Shades of Hit Grey #9EAAAA
Tints of Hit Grey #9EAAAA
RGB
CMYK
RGB Variations
Color information
#9EAAAA (or 0x9EAAAA) is known color: Hit Grey. HEX triplet: 9E, AA and AA. RGB value is (158,170,170). Sum of RGB (Red+Green+Blue) = 158+170+170=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #9EAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAA is #615555. Grayscale: #A6A6A6. Windows color (decimal): -6378838 or 11184798. OLE color: 11184798.
HSL color Cylindrical-coordinate representation of color #9EAAAA: hue angle of 180º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EAAAA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 170 | - |
| CMYK | 0.07 | 0 | 0 | 0.33 |
| HSL | 180º | 0.07% | 0.64% | - |
| HSV(B) | 180º | 0.07% | 0.67% | - |
| XYZ | 35.73 | 38.92 | 43.66 | - |
| YUV | 166.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 170 | 0.07 | 0 | 0 | 0.33 | 180 | 0.07 | 0.64 |
| Hex | 9E | AA | AA | 7 | 0 | 0 | 21 | B4 | 7 | 40 |
| Octal | 236 | 252 | 252 | 7 | 0 | 0 | 41 | 264 | 7 | 100 |
| Binary | 10011110 | 10101010 | 10101010 | 111 | 0 | 0 | 100001 | 10110100 | 111 | 1000000 |
Color Harmonies of #9EAAAA
Complementary color
Monochromatic Colors of #9EAAAA
Black with #9EAAAA
Text Example
Text Example
White with #9EAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAAAA; }
p { color: rgb(158,170,170); }
H1.HeaderClassName
{
color: #9EAAAA;
}
.AnyTagClassName
{
color: #9EAAAA;
}
</style>
background-color css
<style>
a { background-color: #9EAAAA; }
a { background-color: rgb(158,170,170); }
div.DivClassName
{
background-color: #9EAAAA;
}
.BgClassName
{
background-color: #9EAAAA;
}
</style>
border-color css
<style>
span { border-color: #9EAAAA; }
span { border-color: rgb(158,170,170); }
td.TdClassName
{
border-color: #9EAAAA;
}
.TagClassName
{
border-color: #9EAAAA;
}
</style>