Shades of Tower Grey #9EABA4
Tints of Tower Grey #9EABA4
RGB
CMYK
RGB Variations
Color information
#9EABA4 (or 0x9EABA4) is known color: Tower Grey. HEX triplet: 9E, AB and A4. RGB value is (158,171,164). Sum of RGB (Red+Green+Blue) = 158+171+164=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #9EABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABA4 is #61545B. Grayscale: #A6A6A6. Windows color (decimal): -6378588 or 10791838. OLE color: 10791838.
HSL color Cylindrical-coordinate representation of color #9EABA4: hue angle of 147.69º 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 #9EABA4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 164 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.33 |
| HSL | 147.69º | 0.07% | 0.65% | - |
| HSV(B) | 147.69º | 0.08% | 0.67% | - |
| XYZ | 35.36 | 39.08 | 40.8 | - |
| YUV | 166.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 164 | 0.08 | 0 | 0.04 | 0.33 | 147.69 | 0.07 | 0.65 |
| Hex | 9E | AB | A4 | 8 | 0 | 4 | 21 | 94 | 7 | 41 |
| Octal | 236 | 253 | 244 | 10 | 0 | 4 | 41 | 224 | 7 | 101 |
| Binary | 10011110 | 10101011 | 10100100 | 1000 | 0 | 100 | 100001 | 10010100 | 111 | 1000001 |
Color Harmonies of #9EABA4
Complementary color
Monochromatic Colors of #9EABA4
Black with #9EABA4
Text Example
Text Example
White with #9EABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABA4; }
p { color: rgb(158,171,164); }
H1.HeaderClassName
{
color: #9EABA4;
}
.AnyTagClassName
{
color: #9EABA4;
}
</style>
background-color css
<style>
a { background-color: #9EABA4; }
a { background-color: rgb(158,171,164); }
div.DivClassName
{
background-color: #9EABA4;
}
.BgClassName
{
background-color: #9EABA4;
}
</style>
border-color css
<style>
span { border-color: #9EABA4; }
span { border-color: rgb(158,171,164); }
td.TdClassName
{
border-color: #9EABA4;
}
.TagClassName
{
border-color: #9EABA4;
}
</style>