Shades of Tower Grey #8FAFA0
Tints of Tower Grey #8FAFA0
RGB
CMYK
RGB Variations
Color information
#8FAFA0 (or 0x8FAFA0) is known color: Tower Grey. HEX triplet: 8F, AF and A0. RGB value is (143,175,160). Sum of RGB (Red+Green+Blue) = 143+175+160=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA0 is #70505F. Grayscale: #A3A3A3. Windows color (decimal): -7360608 or 10530703. OLE color: 10530703.
HSL color Cylindrical-coordinate representation of color #8FAFA0: hue angle of 151.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFA0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 160 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.31 |
| HSL | 151.88º | 0.17% | 0.62% | - |
| HSV(B) | 151.88º | 0.18% | 0.69% | - |
| XYZ | 33 | 39.04 | 39.05 | - |
| YUV | 163.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 160 | 0.18 | 0 | 0.09 | 0.31 | 151.88 | 0.17 | 0.62 |
| Hex | 8F | AF | A0 | 12 | 0 | 9 | 1F | 98 | 11 | 3E |
| Octal | 217 | 257 | 240 | 22 | 0 | 11 | 37 | 230 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10100000 | 10010 | 0 | 1001 | 11111 | 10011000 | 10001 | 111110 |
Color Harmonies of #8FAFA0
Complementary color
Monochromatic Colors of #8FAFA0
Black with #8FAFA0
Text Example
Text Example
White with #8FAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFA0; }
p { color: rgb(143,175,160); }
H1.HeaderClassName
{
color: #8FAFA0;
}
.AnyTagClassName
{
color: #8FAFA0;
}
</style>
background-color css
<style>
a { background-color: #8FAFA0; }
a { background-color: rgb(143,175,160); }
div.DivClassName
{
background-color: #8FAFA0;
}
.BgClassName
{
background-color: #8FAFA0;
}
</style>
border-color css
<style>
span { border-color: #8FAFA0; }
span { border-color: rgb(143,175,160); }
td.TdClassName
{
border-color: #8FAFA0;
}
.TagClassName
{
border-color: #8FAFA0;
}
</style>