Shades of Hit Grey #A1AAA8
Tints of Hit Grey #A1AAA8
RGB
CMYK
RGB Variations
Color information
#A1AAA8 (or 0xA1AAA8) is known color: Hit Grey. HEX triplet: A1, AA and A8. RGB value is (161,170,168). Sum of RGB (Red+Green+Blue) = 161+170+168=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAA8 is #5E5557. Grayscale: #A7A7A7. Windows color (decimal): -6182232 or 11053729. OLE color: 11053729.
HSL color Cylindrical-coordinate representation of color #A1AAA8: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1AAA8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 168 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.33 |
| HSL | 166.67º | 0.05% | 0.65% | - |
| HSV(B) | 166.67º | 0.05% | 0.67% | - |
| XYZ | 36.14 | 39.15 | 42.7 | - |
| YUV | 167.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 168 | 0.05 | 0 | 0.01 | 0.33 | 166.67 | 0.05 | 0.65 |
| Hex | A1 | AA | A8 | 5 | 0 | 1 | 21 | A7 | 5 | 41 |
| Octal | 241 | 252 | 250 | 5 | 0 | 1 | 41 | 247 | 5 | 101 |
| Binary | 10100001 | 10101010 | 10101000 | 101 | 0 | 1 | 100001 | 10100111 | 101 | 1000001 |
Color Harmonies of #A1AAA8
Complementary color
Monochromatic Colors of #A1AAA8
Black with #A1AAA8
Text Example
Text Example
White with #A1AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAA8; }
p { color: rgb(161,170,168); }
H1.HeaderClassName
{
color: #A1AAA8;
}
.AnyTagClassName
{
color: #A1AAA8;
}
</style>
background-color css
<style>
a { background-color: #A1AAA8; }
a { background-color: rgb(161,170,168); }
div.DivClassName
{
background-color: #A1AAA8;
}
.BgClassName
{
background-color: #A1AAA8;
}
</style>
border-color css
<style>
span { border-color: #A1AAA8; }
span { border-color: rgb(161,170,168); }
td.TdClassName
{
border-color: #A1AAA8;
}
.TagClassName
{
border-color: #A1AAA8;
}
</style>