Shades of Tower Grey #8FAB9E
Tints of Tower Grey #8FAB9E
RGB
CMYK
RGB Variations
Color information
#8FAB9E (or 0x8FAB9E) is known color: Tower Grey. HEX triplet: 8F, AB and 9E. RGB value is (143,171,158). Sum of RGB (Red+Green+Blue) = 143+171+158=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB9E is #705461. Grayscale: #A1A1A1. Windows color (decimal): -7361634 or 10398607. OLE color: 10398607.
HSL color Cylindrical-coordinate representation of color #8FAB9E: hue angle of 152.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAB9E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 158 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 152.14º | 0.14% | 0.62% | - |
| HSV(B) | 152.14º | 0.16% | 0.67% | - |
| XYZ | 32.06 | 37.43 | 37.88 | - |
| YUV | 161.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 158 | 0.16 | 0 | 0.08 | 0.33 | 152.14 | 0.14 | 0.62 |
| Hex | 8F | AB | 9E | 10 | 0 | 8 | 21 | 98 | E | 3E |
| Octal | 217 | 253 | 236 | 20 | 0 | 10 | 41 | 230 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10011110 | 10000 | 0 | 1000 | 100001 | 10011000 | 1110 | 111110 |
Color Harmonies of #8FAB9E
Complementary color
Monochromatic Colors of #8FAB9E
Black with #8FAB9E
Text Example
Text Example
White with #8FAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB9E; }
p { color: rgb(143,171,158); }
H1.HeaderClassName
{
color: #8FAB9E;
}
.AnyTagClassName
{
color: #8FAB9E;
}
</style>
background-color css
<style>
a { background-color: #8FAB9E; }
a { background-color: rgb(143,171,158); }
div.DivClassName
{
background-color: #8FAB9E;
}
.BgClassName
{
background-color: #8FAB9E;
}
</style>
border-color css
<style>
span { border-color: #8FAB9E; }
span { border-color: rgb(143,171,158); }
td.TdClassName
{
border-color: #8FAB9E;
}
.TagClassName
{
border-color: #8FAB9E;
}
</style>