Shades of Hit Grey #99ABA9
Tints of Hit Grey #99ABA9
RGB
CMYK
RGB Variations
Color information
#99ABA9 (or 0x99ABA9) is known color: Hit Grey. HEX triplet: 99, AB and A9. RGB value is (153,171,169). Sum of RGB (Red+Green+Blue) = 153+171+169=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABA9 is #665456. Grayscale: #A5A5A5. Windows color (decimal): -6706263 or 11119513. OLE color: 11119513.
HSL color Cylindrical-coordinate representation of color #99ABA9: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ABA9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 169 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.33 |
| HSL | 173.33º | 0.1% | 0.64% | - |
| HSV(B) | 173.33º | 0.11% | 0.67% | - |
| XYZ | 34.86 | 38.76 | 43.18 | - |
| YUV | 165.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 169 | 0.11 | 0 | 0.01 | 0.33 | 173.33 | 0.1 | 0.64 |
| Hex | 99 | AB | A9 | B | 0 | 1 | 21 | AD | A | 40 |
| Octal | 231 | 253 | 251 | 13 | 0 | 1 | 41 | 255 | 12 | 100 |
| Binary | 10011001 | 10101011 | 10101001 | 1011 | 0 | 1 | 100001 | 10101101 | 1010 | 1000000 |
Color Harmonies of #99ABA9
Complementary color
Monochromatic Colors of #99ABA9
Black with #99ABA9
Text Example
Text Example
White with #99ABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABA9; }
p { color: rgb(153,171,169); }
H1.HeaderClassName
{
color: #99ABA9;
}
.AnyTagClassName
{
color: #99ABA9;
}
</style>
background-color css
<style>
a { background-color: #99ABA9; }
a { background-color: rgb(153,171,169); }
div.DivClassName
{
background-color: #99ABA9;
}
.BgClassName
{
background-color: #99ABA9;
}
</style>
border-color css
<style>
span { border-color: #99ABA9; }
span { border-color: rgb(153,171,169); }
td.TdClassName
{
border-color: #99ABA9;
}
.TagClassName
{
border-color: #99ABA9;
}
</style>