Shades of Hit Grey #A0AAA8
Tints of Hit Grey #A0AAA8
RGB
CMYK
RGB Variations
Color information
#A0AAA8 (or 0xA0AAA8) is known color: Hit Grey. HEX triplet: A0, AA and A8. RGB value is (160,170,168). Sum of RGB (Red+Green+Blue) = 160+170+168=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAA8 is #5F5557. Grayscale: #A6A6A6. Windows color (decimal): -6247768 or 11053728. OLE color: 11053728.
HSL color Cylindrical-coordinate representation of color #A0AAA8: hue angle of 168º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0AAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 168 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.33 |
| HSL | 168º | 0.06% | 0.65% | - |
| HSV(B) | 168º | 0.06% | 0.67% | - |
| XYZ | 35.94 | 39.05 | 42.69 | - |
| YUV | 166.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 168 | 0.06 | 0 | 0.01 | 0.33 | 168 | 0.06 | 0.65 |
| Hex | A0 | AA | A8 | 6 | 0 | 1 | 21 | A8 | 6 | 41 |
| Octal | 240 | 252 | 250 | 6 | 0 | 1 | 41 | 250 | 6 | 101 |
| Binary | 10100000 | 10101010 | 10101000 | 110 | 0 | 1 | 100001 | 10101000 | 110 | 1000001 |
Color Harmonies of #A0AAA8
Complementary color
Monochromatic Colors of #A0AAA8
Black with #A0AAA8
Text Example
Text Example
White with #A0AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAA8; }
p { color: rgb(160,170,168); }
H1.HeaderClassName
{
color: #A0AAA8;
}
.AnyTagClassName
{
color: #A0AAA8;
}
</style>
background-color css
<style>
a { background-color: #A0AAA8; }
a { background-color: rgb(160,170,168); }
div.DivClassName
{
background-color: #A0AAA8;
}
.BgClassName
{
background-color: #A0AAA8;
}
</style>
border-color css
<style>
span { border-color: #A0AAA8; }
span { border-color: rgb(160,170,168); }
td.TdClassName
{
border-color: #A0AAA8;
}
.TagClassName
{
border-color: #A0AAA8;
}
</style>