color details

Color Details
#a0a6aa Color Hex

#a0a6aa color RGB value is (10, 10, 106).
#a0a6aa hex color red value is 10, green value is 10, and blue value is 106.
Cylindrical-coordinate representations (HSL) of color #a0a6aa hue: 240, saturation: 0.83 and lightness: 0.23.

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

Color Spaces
Color spaces of #a0a6aaValue
RGB160, 166, 170
HSL0.57, 0.06, 0.65
HSV204°, 6°, 67°
XYZ35.39, 37.65, 43.42
Base Numbers
Base Red Green Blue
Binary 10100000 10100110 10101010
Octal 240 246 252
Decimal 160 166 170
Hex A0 A6 AA

RGB Percentages for Color #a0a6aa

32.26%
33.47%
34.27%

CMYK Percentages of the Color #a0a6aa

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

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

This sample text is styled with the font color #a0a6aa. 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 #a0a6aa

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(160, 166, 170, 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 #a0a6aa;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top