Shades of Hit Grey #99AAA6
Tints of Hit Grey #99AAA6
RGB
CMYK
RGB Variations
Color information
#99AAA6 (or 0x99AAA6) is known color: Hit Grey. HEX triplet: 99, AA and A6. RGB value is (153,170,166). Sum of RGB (Red+Green+Blue) = 153+170+166=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA6 is #665559. Grayscale: #A4A4A4. Windows color (decimal): -6706522 or 10922649. OLE color: 10922649.
HSL color Cylindrical-coordinate representation of color #99AAA6: hue angle of 165.88º 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 #99AAA6 is Cyan = 0.1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 166 | - |
| CMYK | 0.1 | 0 | 0.02 | 0.33 |
| HSL | 165.88º | 0.09% | 0.63% | - |
| HSV(B) | 165.88º | 0.1% | 0.67% | - |
| XYZ | 34.39 | 38.27 | 41.65 | - |
| YUV | 164.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 166 | 0.1 | 0 | 0.02 | 0.33 | 165.88 | 0.09 | 0.63 |
| Hex | 99 | AA | A6 | A | 0 | 2 | 21 | A6 | 9 | 3F |
| Octal | 231 | 252 | 246 | 12 | 0 | 2 | 41 | 246 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10100110 | 1010 | 0 | 10 | 100001 | 10100110 | 1001 | 111111 |
Color Harmonies of #99AAA6
Complementary color
Monochromatic Colors of #99AAA6
Black with #99AAA6
Text Example
Text Example
White with #99AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA6; }
p { color: rgb(153,170,166); }
H1.HeaderClassName
{
color: #99AAA6;
}
.AnyTagClassName
{
color: #99AAA6;
}
</style>
background-color css
<style>
a { background-color: #99AAA6; }
a { background-color: rgb(153,170,166); }
div.DivClassName
{
background-color: #99AAA6;
}
.BgClassName
{
background-color: #99AAA6;
}
</style>
border-color css
<style>
span { border-color: #99AAA6; }
span { border-color: rgb(153,170,166); }
td.TdClassName
{
border-color: #99AAA6;
}
.TagClassName
{
border-color: #99AAA6;
}
</style>