Shades of Hit Grey #90AAA8
Tints of Hit Grey #90AAA8
RGB
CMYK
RGB Variations
Color information
#90AAA8 (or 0x90AAA8) is known color: Hit Grey. HEX triplet: 90, AA and A8. RGB value is (144,170,168). Sum of RGB (Red+Green+Blue) = 144+170+168=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA8 is #6F5557. Grayscale: #A1A1A1. Windows color (decimal): -7296344 or 11053712. OLE color: 11053712.
HSL color Cylindrical-coordinate representation of color #90AAA8: hue angle of 175.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AAA8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 168 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.33 |
| HSL | 175.38º | 0.13% | 0.62% | - |
| HSV(B) | 175.38º | 0.15% | 0.67% | - |
| XYZ | 32.94 | 37.51 | 42.55 | - |
| YUV | 162 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 168 | 0.15 | 0 | 0.01 | 0.33 | 175.38 | 0.13 | 0.62 |
| Hex | 90 | AA | A8 | F | 0 | 1 | 21 | AF | D | 3E |
| Octal | 220 | 252 | 250 | 17 | 0 | 1 | 41 | 257 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10101000 | 1111 | 0 | 1 | 100001 | 10101111 | 1101 | 111110 |
Color Harmonies of #90AAA8
Complementary color
Monochromatic Colors of #90AAA8
Black with #90AAA8
Text Example
Text Example
White with #90AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAA8; }
p { color: rgb(144,170,168); }
H1.HeaderClassName
{
color: #90AAA8;
}
.AnyTagClassName
{
color: #90AAA8;
}
</style>
background-color css
<style>
a { background-color: #90AAA8; }
a { background-color: rgb(144,170,168); }
div.DivClassName
{
background-color: #90AAA8;
}
.BgClassName
{
background-color: #90AAA8;
}
</style>
border-color css
<style>
span { border-color: #90AAA8; }
span { border-color: rgb(144,170,168); }
td.TdClassName
{
border-color: #90AAA8;
}
.TagClassName
{
border-color: #90AAA8;
}
</style>