Shades of Tower Grey #99AFA8
Tints of Tower Grey #99AFA8
RGB
CMYK
RGB Variations
Color information
#99AFA8 (or 0x99AFA8) is known color: Tower Grey. HEX triplet: 99, AF and A8. RGB value is (153,175,168). Sum of RGB (Red+Green+Blue) = 153+175+168=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA8 is #665057. Grayscale: #A7A7A7. Windows color (decimal): -6705240 or 11055001. OLE color: 11055001.
HSL color Cylindrical-coordinate representation of color #99AFA8: hue angle of 160.91º degrees, saturation: 0.12, 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 #99AFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 168 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.31 |
| HSL | 160.91º | 0.12% | 0.64% | - |
| HSV(B) | 160.91º | 0.13% | 0.69% | - |
| XYZ | 35.53 | 40.26 | 42.94 | - |
| YUV | 167.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 168 | 0.13 | 0 | 0.04 | 0.31 | 160.91 | 0.12 | 0.64 |
| Hex | 99 | AF | A8 | D | 0 | 4 | 1F | A1 | C | 40 |
| Octal | 231 | 257 | 250 | 15 | 0 | 4 | 37 | 241 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10101000 | 1101 | 0 | 100 | 11111 | 10100001 | 1100 | 1000000 |
Color Harmonies of #99AFA8
Complementary color
Monochromatic Colors of #99AFA8
Black with #99AFA8
Text Example
Text Example
White with #99AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFA8; }
p { color: rgb(153,175,168); }
H1.HeaderClassName
{
color: #99AFA8;
}
.AnyTagClassName
{
color: #99AFA8;
}
</style>
background-color css
<style>
a { background-color: #99AFA8; }
a { background-color: rgb(153,175,168); }
div.DivClassName
{
background-color: #99AFA8;
}
.BgClassName
{
background-color: #99AFA8;
}
</style>
border-color css
<style>
span { border-color: #99AFA8; }
span { border-color: rgb(153,175,168); }
td.TdClassName
{
border-color: #99AFA8;
}
.TagClassName
{
border-color: #99AFA8;
}
</style>