Shades of Tower Grey #9EACA5
Tints of Tower Grey #9EACA5
RGB
CMYK
RGB Variations
Color information
#9EACA5 (or 0x9EACA5) is known color: Tower Grey. HEX triplet: 9E, AC and A5. RGB value is (158,172,165). Sum of RGB (Red+Green+Blue) = 158+172+165=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #9EACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACA5 is #61535A. Grayscale: #A7A7A7. Windows color (decimal): -6378331 or 10857630. OLE color: 10857630.
HSL color Cylindrical-coordinate representation of color #9EACA5: hue angle of 150º degrees, saturation: 0.08, 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 #9EACA5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 158 | 172 | 165 | - |
CMYK | 0.08 | 0 | 0.04 | 0.33 |
HSL | 150º | 0.08% | 0.65% | - |
HSV(B) | 150º | 0.08% | 0.67% | - |
XYZ | 35.64 | 39.49 | 41.34 | - |
YUV | 167.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 172 | 165 | 0.08 | 0 | 0.04 | 0.33 | 150 | 0.08 | 0.65 |
Hex | 9E | AC | A5 | 8 | 0 | 4 | 21 | 96 | 8 | 41 |
Octal | 236 | 254 | 245 | 10 | 0 | 4 | 41 | 226 | 10 | 101 |
Binary | 10011110 | 10101100 | 10100101 | 1000 | 0 | 100 | 100001 | 10010110 | 1000 | 1000001 |
Color Harmonies of #9EACA5
Complementary color
Monochromatic Colors of #9EACA5
Black with #9EACA5
Text Example
Text Example
White with #9EACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACA5; }
p { color: rgb(158,172,165); }
H1.HeaderClassName
{
color: #9EACA5;
}
.AnyTagClassName
{
color: #9EACA5;
}
</style>
background-color css
<style>
a { background-color: #9EACA5; }
a { background-color: rgb(158,172,165); }
div.DivClassName
{
background-color: #9EACA5;
}
.BgClassName
{
background-color: #9EACA5;
}
</style>
border-color css
<style>
span { border-color: #9EACA5; }
span { border-color: rgb(158,172,165); }
td.TdClassName
{
border-color: #9EACA5;
}
.TagClassName
{
border-color: #9EACA5;
}
</style>