Shades of Hit Grey #99AAA9
Tints of Hit Grey #99AAA9
RGB
CMYK
RGB Variations
Color information
#99AAA9 (or 0x99AAA9) is known color: Hit Grey. HEX triplet: 99, AA and A9. RGB value is (153,170,169). Sum of RGB (Red+Green+Blue) = 153+170+169=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA9 is #665556. Grayscale: #A4A4A4. Windows color (decimal): -6706519 or 11119257. OLE color: 11119257.
HSL color Cylindrical-coordinate representation of color #99AAA9: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AAA9 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 169 | - |
| CMYK | 0.1 | 0 | 0.01 | 0.33 |
| HSL | 176.47º | 0.09% | 0.63% | - |
| HSV(B) | 176.47º | 0.1% | 0.67% | - |
| XYZ | 34.67 | 38.39 | 43.12 | - |
| YUV | 164.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 169 | 0.1 | 0 | 0.01 | 0.33 | 176.47 | 0.09 | 0.63 |
| Hex | 99 | AA | A9 | A | 0 | 1 | 21 | B0 | 9 | 3F |
| Octal | 231 | 252 | 251 | 12 | 0 | 1 | 41 | 260 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10101001 | 1010 | 0 | 1 | 100001 | 10110000 | 1001 | 111111 |
Color Harmonies of #99AAA9
Complementary color
Monochromatic Colors of #99AAA9
Black with #99AAA9
Text Example
Text Example
White with #99AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA9; }
p { color: rgb(153,170,169); }
H1.HeaderClassName
{
color: #99AAA9;
}
.AnyTagClassName
{
color: #99AAA9;
}
</style>
background-color css
<style>
a { background-color: #99AAA9; }
a { background-color: rgb(153,170,169); }
div.DivClassName
{
background-color: #99AAA9;
}
.BgClassName
{
background-color: #99AAA9;
}
</style>
border-color css
<style>
span { border-color: #99AAA9; }
span { border-color: rgb(153,170,169); }
td.TdClassName
{
border-color: #99AAA9;
}
.TagClassName
{
border-color: #99AAA9;
}
</style>