Shades of Tower Grey #98AFA8
Tints of Tower Grey #98AFA8
RGB
CMYK
RGB Variations
Color information
#98AFA8 (or 0x98AFA8) is known color: Tower Grey. HEX triplet: 98, AF and A8. RGB value is (152,175,168). Sum of RGB (Red+Green+Blue) = 152+175+168=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA8 is #675057. Grayscale: #A7A7A7. Windows color (decimal): -6770776 or 11055000. OLE color: 11055000.
HSL color Cylindrical-coordinate representation of color #98AFA8: hue angle of 161.74º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 168 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.31 |
| HSL | 161.74º | 0.13% | 0.64% | - |
| HSV(B) | 161.74º | 0.13% | 0.69% | - |
| XYZ | 35.35 | 40.16 | 42.93 | - |
| YUV | 167.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 168 | 0.13 | 0 | 0.04 | 0.31 | 161.74 | 0.13 | 0.64 |
| Hex | 98 | AF | A8 | D | 0 | 4 | 1F | A2 | D | 40 |
| Octal | 230 | 257 | 250 | 15 | 0 | 4 | 37 | 242 | 15 | 100 |
| Binary | 10011000 | 10101111 | 10101000 | 1101 | 0 | 100 | 11111 | 10100010 | 1101 | 1000000 |
Color Harmonies of #98AFA8
Complementary color
Monochromatic Colors of #98AFA8
Black with #98AFA8
Text Example
Text Example
White with #98AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFA8; }
p { color: rgb(152,175,168); }
H1.HeaderClassName
{
color: #98AFA8;
}
.AnyTagClassName
{
color: #98AFA8;
}
</style>
background-color css
<style>
a { background-color: #98AFA8; }
a { background-color: rgb(152,175,168); }
div.DivClassName
{
background-color: #98AFA8;
}
.BgClassName
{
background-color: #98AFA8;
}
</style>
border-color css
<style>
span { border-color: #98AFA8; }
span { border-color: rgb(152,175,168); }
td.TdClassName
{
border-color: #98AFA8;
}
.TagClassName
{
border-color: #98AFA8;
}
</style>