Shades of Tower Grey #9EA7A3
Tints of Tower Grey #9EA7A3
RGB
CMYK
RGB Variations
Color information
#9EA7A3 (or 0x9EA7A3) is known color: Tower Grey. HEX triplet: 9E, A7 and A3. RGB value is (158,167,163). Sum of RGB (Red+Green+Blue) = 158+167+163=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA7A3 is #61585C. Grayscale: #A3A3A3. Windows color (decimal): -6379613 or 10725278. OLE color: 10725278.
HSL color Cylindrical-coordinate representation of color #9EA7A3: hue angle of 153.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 #9EA7A3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 163 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.35 |
| HSL | 153.33º | 0.05% | 0.64% | - |
| HSV(B) | 153.33º | 0.05% | 0.65% | - |
| XYZ | 34.53 | 37.55 | 40.08 | - |
| YUV | 163.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 163 | 0.05 | 0 | 0.02 | 0.35 | 153.33 | 0.05 | 0.64 |
| Hex | 9E | A7 | A3 | 5 | 0 | 2 | 23 | 99 | 5 | 40 |
| Octal | 236 | 247 | 243 | 5 | 0 | 2 | 43 | 231 | 5 | 100 |
| Binary | 10011110 | 10100111 | 10100011 | 101 | 0 | 10 | 100011 | 10011001 | 101 | 1000000 |
Color Harmonies of #9EA7A3
Complementary color
Monochromatic Colors of #9EA7A3
Black with #9EA7A3
Text Example
Text Example
White with #9EA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA7A3; }
p { color: rgb(158,167,163); }
H1.HeaderClassName
{
color: #9EA7A3;
}
.AnyTagClassName
{
color: #9EA7A3;
}
</style>
background-color css
<style>
a { background-color: #9EA7A3; }
a { background-color: rgb(158,167,163); }
div.DivClassName
{
background-color: #9EA7A3;
}
.BgClassName
{
background-color: #9EA7A3;
}
</style>
border-color css
<style>
span { border-color: #9EA7A3; }
span { border-color: rgb(158,167,163); }
td.TdClassName
{
border-color: #9EA7A3;
}
.TagClassName
{
border-color: #9EA7A3;
}
</style>