Shades of Tower Grey #8FAB9D
Tints of Tower Grey #8FAB9D
RGB
CMYK
RGB Variations
Color information
#8FAB9D (or 0x8FAB9D) is known color: Tower Grey. HEX triplet: 8F, AB and 9D. RGB value is (143,171,157). Sum of RGB (Red+Green+Blue) = 143+171+157=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB9D is #705462. Grayscale: #A1A1A1. Windows color (decimal): -7361635 or 10333071. OLE color: 10333071.
HSL color Cylindrical-coordinate representation of color #8FAB9D: hue angle of 150º 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 #8FAB9D is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 157 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 150º | 0.14% | 0.62% | - |
| HSV(B) | 150º | 0.16% | 0.67% | - |
| XYZ | 31.98 | 37.4 | 37.43 | - |
| YUV | 161.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 157 | 0.16 | 0 | 0.08 | 0.33 | 150 | 0.14 | 0.62 |
| Hex | 8F | AB | 9D | 10 | 0 | 8 | 21 | 96 | E | 3E |
| Octal | 217 | 253 | 235 | 20 | 0 | 10 | 41 | 226 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10011101 | 10000 | 0 | 1000 | 100001 | 10010110 | 1110 | 111110 |
Color Harmonies of #8FAB9D
Complementary color
Monochromatic Colors of #8FAB9D
Black with #8FAB9D
Text Example
Text Example
White with #8FAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB9D; }
p { color: rgb(143,171,157); }
H1.HeaderClassName
{
color: #8FAB9D;
}
.AnyTagClassName
{
color: #8FAB9D;
}
</style>
background-color css
<style>
a { background-color: #8FAB9D; }
a { background-color: rgb(143,171,157); }
div.DivClassName
{
background-color: #8FAB9D;
}
.BgClassName
{
background-color: #8FAB9D;
}
</style>
border-color css
<style>
span { border-color: #8FAB9D; }
span { border-color: rgb(143,171,157); }
td.TdClassName
{
border-color: #8FAB9D;
}
.TagClassName
{
border-color: #8FAB9D;
}
</style>