Shades of Tower Grey #99AFA6
Tints of Tower Grey #99AFA6
RGB
CMYK
RGB Variations
Color information
#99AFA6 (or 0x99AFA6) is known color: Tower Grey. HEX triplet: 99, AF and A6. RGB value is (153,175,166). Sum of RGB (Red+Green+Blue) = 153+175+166=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA6 is #665059. Grayscale: #A7A7A7. Windows color (decimal): -6705242 or 10923929. OLE color: 10923929.
HSL color Cylindrical-coordinate representation of color #99AFA6: hue angle of 155.45º 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 #99AFA6 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 166 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.31 |
| HSL | 155.45º | 0.12% | 0.64% | - |
| HSV(B) | 155.45º | 0.13% | 0.69% | - |
| XYZ | 35.35 | 40.19 | 41.97 | - |
| YUV | 167.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 166 | 0.13 | 0 | 0.05 | 0.31 | 155.45 | 0.12 | 0.64 |
| Hex | 99 | AF | A6 | D | 0 | 5 | 1F | 9B | C | 40 |
| Octal | 231 | 257 | 246 | 15 | 0 | 5 | 37 | 233 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10100110 | 1101 | 0 | 101 | 11111 | 10011011 | 1100 | 1000000 |
Color Harmonies of #99AFA6
Complementary color
Monochromatic Colors of #99AFA6
Black with #99AFA6
Text Example
Text Example
White with #99AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFA6; }
p { color: rgb(153,175,166); }
H1.HeaderClassName
{
color: #99AFA6;
}
.AnyTagClassName
{
color: #99AFA6;
}
</style>
background-color css
<style>
a { background-color: #99AFA6; }
a { background-color: rgb(153,175,166); }
div.DivClassName
{
background-color: #99AFA6;
}
.BgClassName
{
background-color: #99AFA6;
}
</style>
border-color css
<style>
span { border-color: #99AFA6; }
span { border-color: rgb(153,175,166); }
td.TdClassName
{
border-color: #99AFA6;
}
.TagClassName
{
border-color: #99AFA6;
}
</style>