Shades of Hit Grey #99AAA8
Tints of Hit Grey #99AAA8
RGB
CMYK
RGB Variations
Color information
#99AAA8 (or 0x99AAA8) is known color: Hit Grey. HEX triplet: 99, AA and A8. RGB value is (153,170,168). Sum of RGB (Red+Green+Blue) = 153+170+168=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA8 is #665557. Grayscale: #A4A4A4. Windows color (decimal): -6706520 or 11053721. OLE color: 11053721.
HSL color Cylindrical-coordinate representation of color #99AAA8: hue angle of 172.94º 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 #99AAA8 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 168 | - |
| CMYK | 0.1 | 0 | 0.01 | 0.33 |
| HSL | 172.94º | 0.09% | 0.63% | - |
| HSV(B) | 172.94º | 0.1% | 0.67% | - |
| XYZ | 34.58 | 38.35 | 42.63 | - |
| YUV | 164.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 168 | 0.1 | 0 | 0.01 | 0.33 | 172.94 | 0.09 | 0.63 |
| Hex | 99 | AA | A8 | A | 0 | 1 | 21 | AD | 9 | 3F |
| Octal | 231 | 252 | 250 | 12 | 0 | 1 | 41 | 255 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10101000 | 1010 | 0 | 1 | 100001 | 10101101 | 1001 | 111111 |
Color Harmonies of #99AAA8
Complementary color
Monochromatic Colors of #99AAA8
Black with #99AAA8
Text Example
Text Example
White with #99AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA8; }
p { color: rgb(153,170,168); }
H1.HeaderClassName
{
color: #99AAA8;
}
.AnyTagClassName
{
color: #99AAA8;
}
</style>
background-color css
<style>
a { background-color: #99AAA8; }
a { background-color: rgb(153,170,168); }
div.DivClassName
{
background-color: #99AAA8;
}
.BgClassName
{
background-color: #99AAA8;
}
</style>
border-color css
<style>
span { border-color: #99AAA8; }
span { border-color: rgb(153,170,168); }
td.TdClassName
{
border-color: #99AAA8;
}
.TagClassName
{
border-color: #99AAA8;
}
</style>