color details

Color Details
#a6aaa7 Color Hex

#a6aaa7 color RGB value is (10, 106, 170).
#a6aaa7 hex color red value is 10, green value is 106, and blue value is 170.
Cylindrical-coordinate representations (HSL) of color #a6aaa7 hue: 204, saturation: 0.89 and lightness: 0.35.

The process color (four-color CMYK) of #a6aaa7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a6aaa7 is #ff9999. Color #a6aaa7 contains mainly RED.

Color Spaces
Color spaces of #a6aaa7Value
RGB166, 170, 167
HSL0.38, 0.02, 0.66
HSV135°, 2°, 67°
XYZ37.07, 39.65, 42.25
Base Numbers
Base Red Green Blue
Binary 10100110 10101010 10100111
Octal 246 252 247
Decimal 166 170 167
Hex A6 AA A7

RGB Percentages for Color #a6aaa7

33%
33.8%
33.2%

CMYK Percentages of the Color #a6aaa7

2.35%
1.76%
33.33%
CSS Codes for Color #a6aaa7
.mybgColor {background-color: #a6aaa7;}
.myforeColor {color: #a6aaa7;}
.myborderColor {border:3px solid #a6aaa7;}
Text Font Color #a6aaa7

<p style="color:#a6aaa7">Text here</p>

This sample text is styled with the font color #a6aaa7. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #a6aaa7

<div style="background-color:#a6aaa7">Div content here</div>

The background color of this div is #a6aaa7
Border Color #a6aaa7

<div style="border:3px solid #a6aaa7">Div here</div>

The border color of this div is #a6aaa7
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(166, 170, 167, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a6aaa7;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a6aaa7;
-webkit-box-shadow: 1px 1px 3px #a6aaa7;
box-shadow: 1px 1px 3px #a6aaa7;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166, 170, 167, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a6aaa7;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a6aaa7; -webkit-box-shadow: 1px 1px 3px #a6aaa7; box-shadow: 1px 1px 3px #a6aaa7;">Div content here</div>

This div box has a shadow with a specified color. #a6aaa7

Scroll to Top