Shades of Hit Grey #99AAAA
Tints of Hit Grey #99AAAA
RGB
CMYK
RGB Variations
Color information
#99AAAA (or 0x99AAAA) is known color: Hit Grey. HEX triplet: 99, AA and AA. RGB value is (153,170,170). Sum of RGB (Red+Green+Blue) = 153+170+170=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #99AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAAA is #665555. Grayscale: #A4A4A4. Windows color (decimal): -6706518 or 11184793. OLE color: 11184793.
HSL color Cylindrical-coordinate representation of color #99AAAA: hue angle of 180º 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 #99AAAA is Cyan = 0.1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 170 | - |
| CMYK | 0.1 | 0 | 0 | 0.33 |
| HSL | 180º | 0.09% | 0.63% | - |
| HSV(B) | 180º | 0.1% | 0.67% | - |
| XYZ | 34.77 | 38.42 | 43.61 | - |
| YUV | 164.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 170 | 0.1 | 0 | 0 | 0.33 | 180 | 0.09 | 0.63 |
| Hex | 99 | AA | AA | A | 0 | 0 | 21 | B4 | 9 | 3F |
| Octal | 231 | 252 | 252 | 12 | 0 | 0 | 41 | 264 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10101010 | 1010 | 0 | 0 | 100001 | 10110100 | 1001 | 111111 |
Color Harmonies of #99AAAA
Complementary color
Monochromatic Colors of #99AAAA
Black with #99AAAA
Text Example
Text Example
White with #99AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAAA; }
p { color: rgb(153,170,170); }
H1.HeaderClassName
{
color: #99AAAA;
}
.AnyTagClassName
{
color: #99AAAA;
}
</style>
background-color css
<style>
a { background-color: #99AAAA; }
a { background-color: rgb(153,170,170); }
div.DivClassName
{
background-color: #99AAAA;
}
.BgClassName
{
background-color: #99AAAA;
}
</style>
border-color css
<style>
span { border-color: #99AAAA; }
span { border-color: rgb(153,170,170); }
td.TdClassName
{
border-color: #99AAAA;
}
.TagClassName
{
border-color: #99AAAA;
}
</style>