Shades of Tower Grey #8FAA9D
Tints of Tower Grey #8FAA9D
RGB
CMYK
RGB Variations
Color information
#8FAA9D (or 0x8FAA9D) is known color: Tower Grey. HEX triplet: 8F, AA and 9D. RGB value is (143,170,157). Sum of RGB (Red+Green+Blue) = 143+170+157=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA9D is #705562. Grayscale: #A0A0A0. Windows color (decimal): -7361891 or 10332815. OLE color: 10332815.
HSL color Cylindrical-coordinate representation of color #8FAA9D: hue angle of 151.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAA9D is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 157 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 151.11º | 0.14% | 0.61% | - |
| HSV(B) | 151.11º | 0.16% | 0.67% | - |
| XYZ | 31.79 | 37.02 | 37.37 | - |
| YUV | 160.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 157 | 0.16 | 0 | 0.08 | 0.33 | 151.11 | 0.14 | 0.61 |
| Hex | 8F | AA | 9D | 10 | 0 | 8 | 21 | 97 | E | 3D |
| Octal | 217 | 252 | 235 | 20 | 0 | 10 | 41 | 227 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10011101 | 10000 | 0 | 1000 | 100001 | 10010111 | 1110 | 111101 |
Color Harmonies of #8FAA9D
Complementary color
Monochromatic Colors of #8FAA9D
Black with #8FAA9D
Text Example
Text Example
White with #8FAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA9D; }
p { color: rgb(143,170,157); }
H1.HeaderClassName
{
color: #8FAA9D;
}
.AnyTagClassName
{
color: #8FAA9D;
}
</style>
background-color css
<style>
a { background-color: #8FAA9D; }
a { background-color: rgb(143,170,157); }
div.DivClassName
{
background-color: #8FAA9D;
}
.BgClassName
{
background-color: #8FAA9D;
}
</style>
border-color css
<style>
span { border-color: #8FAA9D; }
span { border-color: rgb(143,170,157); }
td.TdClassName
{
border-color: #8FAA9D;
}
.TagClassName
{
border-color: #8FAA9D;
}
</style>