#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 of #a6aaa7 | Value |
|---|---|
| RGB | 166, 170, 167 |
| HSL | 0.38, 0.02, 0.66 |
| HSV | 135°, 2°, 67° |
| XYZ | 37.07, 39.65, 42.25 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100110 | 10101010 | 10100111 |
| Octal | 246 | 252 | 247 |
| Decimal | 166 | 170 | 167 |
| Hex | A6 | AA | A7 |
Shades of #a6aaa7
Tints of #a6aaa7
.mybgColor {background-color: #a6aaa7;}
.myforeColor {color: #a6aaa7;}
.myborderColor {border:3px solid #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,
<div style="background-color:#a6aaa7">Div content here</div>
<div style="border:3px solid #a6aaa7">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(166, 170, 167, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a6aaa7;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
