Shades of Hit Grey #9EABAA
Tints of Hit Grey #9EABAA
RGB
CMYK
RGB Variations
Color information
#9EABAA (or 0x9EABAA) is known color: Hit Grey. HEX triplet: 9E, AB and AA. RGB value is (158,171,170). Sum of RGB (Red+Green+Blue) = 158+171+170=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 171 - color contains mainly: green. Hex color #9EABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAA is #615455. Grayscale: #A6A6A6. Windows color (decimal): -6378582 or 11185054. OLE color: 11185054.
HSL color Cylindrical-coordinate representation of color #9EABAA: hue angle of 175.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EABAA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 170 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.33 |
| HSL | 175.38º | 0.07% | 0.65% | - |
| HSV(B) | 175.38º | 0.08% | 0.67% | - |
| XYZ | 35.92 | 39.3 | 43.72 | - |
| YUV | 167 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 170 | 0.08 | 0 | 0.01 | 0.33 | 175.38 | 0.07 | 0.65 |
| Hex | 9E | AB | AA | 8 | 0 | 1 | 21 | AF | 7 | 41 |
| Octal | 236 | 253 | 252 | 10 | 0 | 1 | 41 | 257 | 7 | 101 |
| Binary | 10011110 | 10101011 | 10101010 | 1000 | 0 | 1 | 100001 | 10101111 | 111 | 1000001 |
Color Harmonies of #9EABAA
Complementary color
Monochromatic Colors of #9EABAA
Black with #9EABAA
Text Example
Text Example
White with #9EABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABAA; }
p { color: rgb(158,171,170); }
H1.HeaderClassName
{
color: #9EABAA;
}
.AnyTagClassName
{
color: #9EABAA;
}
</style>
background-color css
<style>
a { background-color: #9EABAA; }
a { background-color: rgb(158,171,170); }
div.DivClassName
{
background-color: #9EABAA;
}
.BgClassName
{
background-color: #9EABAA;
}
</style>
border-color css
<style>
span { border-color: #9EABAA; }
span { border-color: rgb(158,171,170); }
td.TdClassName
{
border-color: #9EABAA;
}
.TagClassName
{
border-color: #9EABAA;
}
</style>