Shades of Hit Grey #9EA7A6
Tints of Hit Grey #9EA7A6
RGB
CMYK
RGB Variations
Color information
#9EA7A6 (or 0x9EA7A6) is known color: Hit Grey. HEX triplet: 9E, A7 and A6. RGB value is (158,167,166). Sum of RGB (Red+Green+Blue) = 158+167+166=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA7A6 is #615859. Grayscale: #A4A4A4. Windows color (decimal): -6379610 or 10921886. OLE color: 10921886.
HSL color Cylindrical-coordinate representation of color #9EA7A6: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9EA7A6 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 166 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.35 |
| HSL | 173.33º | 0.05% | 0.64% | - |
| HSV(B) | 173.33º | 0.05% | 0.65% | - |
| XYZ | 34.8 | 37.66 | 41.51 | - |
| YUV | 164.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 166 | 0.05 | 0 | 0.01 | 0.35 | 173.33 | 0.05 | 0.64 |
| Hex | 9E | A7 | A6 | 5 | 0 | 1 | 23 | AD | 5 | 40 |
| Octal | 236 | 247 | 246 | 5 | 0 | 1 | 43 | 255 | 5 | 100 |
| Binary | 10011110 | 10100111 | 10100110 | 101 | 0 | 1 | 100011 | 10101101 | 101 | 1000000 |
Color Harmonies of #9EA7A6
Complementary color
Monochromatic Colors of #9EA7A6
Black with #9EA7A6
Text Example
Text Example
White with #9EA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA7A6; }
p { color: rgb(158,167,166); }
H1.HeaderClassName
{
color: #9EA7A6;
}
.AnyTagClassName
{
color: #9EA7A6;
}
</style>
background-color css
<style>
a { background-color: #9EA7A6; }
a { background-color: rgb(158,167,166); }
div.DivClassName
{
background-color: #9EA7A6;
}
.BgClassName
{
background-color: #9EA7A6;
}
</style>
border-color css
<style>
span { border-color: #9EA7A6; }
span { border-color: rgb(158,167,166); }
td.TdClassName
{
border-color: #9EA7A6;
}
.TagClassName
{
border-color: #9EA7A6;
}
</style>