Shades of Hit Grey #91AAA9
Tints of Hit Grey #91AAA9
RGB
CMYK
RGB Variations
Color information
#91AAA9 (or 0x91AAA9) is known color: Hit Grey. HEX triplet: 91, AA and A9. RGB value is (145,170,169). Sum of RGB (Red+Green+Blue) = 145+170+169=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #91AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AAA9 is #6E5556. Grayscale: #A2A2A2. Windows color (decimal): -7230807 or 11119249. OLE color: 11119249.
HSL color Cylindrical-coordinate representation of color #91AAA9: hue angle of 177.6º 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 #91AAA9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 169 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.33 |
| HSL | 177.6º | 0.13% | 0.62% | - |
| HSV(B) | 177.6º | 0.15% | 0.67% | - |
| XYZ | 33.21 | 37.63 | 43.05 | - |
| YUV | 162.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 169 | 0.15 | 0 | 0.01 | 0.33 | 177.6 | 0.13 | 0.62 |
| Hex | 91 | AA | A9 | F | 0 | 1 | 21 | B2 | D | 3E |
| Octal | 221 | 252 | 251 | 17 | 0 | 1 | 41 | 262 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10101001 | 1111 | 0 | 1 | 100001 | 10110010 | 1101 | 111110 |
Color Harmonies of #91AAA9
Complementary color
Monochromatic Colors of #91AAA9
Black with #91AAA9
Text Example
Text Example
White with #91AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAA9; }
p { color: rgb(145,170,169); }
H1.HeaderClassName
{
color: #91AAA9;
}
.AnyTagClassName
{
color: #91AAA9;
}
</style>
background-color css
<style>
a { background-color: #91AAA9; }
a { background-color: rgb(145,170,169); }
div.DivClassName
{
background-color: #91AAA9;
}
.BgClassName
{
background-color: #91AAA9;
}
</style>
border-color css
<style>
span { border-color: #91AAA9; }
span { border-color: rgb(145,170,169); }
td.TdClassName
{
border-color: #91AAA9;
}
.TagClassName
{
border-color: #91AAA9;
}
</style>