Shades of Tower Grey #99AFA2
Tints of Tower Grey #99AFA2
RGB
CMYK
RGB Variations
Color information
#99AFA2 (or 0x99AFA2) is known color: Tower Grey. HEX triplet: 99, AF and A2. RGB value is (153,175,162). Sum of RGB (Red+Green+Blue) = 153+175+162=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA2 is #66505D. Grayscale: #A6A6A6. Windows color (decimal): -6705246 or 10661785. OLE color: 10661785.
HSL color Cylindrical-coordinate representation of color #99AFA2: hue angle of 144.55º 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 #99AFA2 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 162 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.31 |
| HSL | 144.55º | 0.12% | 0.64% | - |
| HSV(B) | 144.55º | 0.13% | 0.69% | - |
| XYZ | 34.99 | 40.04 | 40.07 | - |
| YUV | 166.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 162 | 0.13 | 0 | 0.07 | 0.31 | 144.55 | 0.12 | 0.64 |
| Hex | 99 | AF | A2 | D | 0 | 7 | 1F | 91 | C | 40 |
| Octal | 231 | 257 | 242 | 15 | 0 | 7 | 37 | 221 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10100010 | 1101 | 0 | 111 | 11111 | 10010001 | 1100 | 1000000 |
Color Harmonies of #99AFA2
Complementary color
Monochromatic Colors of #99AFA2
Black with #99AFA2
Text Example
Text Example
White with #99AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFA2; }
p { color: rgb(153,175,162); }
H1.HeaderClassName
{
color: #99AFA2;
}
.AnyTagClassName
{
color: #99AFA2;
}
</style>
background-color css
<style>
a { background-color: #99AFA2; }
a { background-color: rgb(153,175,162); }
div.DivClassName
{
background-color: #99AFA2;
}
.BgClassName
{
background-color: #99AFA2;
}
</style>
border-color css
<style>
span { border-color: #99AFA2; }
span { border-color: rgb(153,175,162); }
td.TdClassName
{
border-color: #99AFA2;
}
.TagClassName
{
border-color: #99AFA2;
}
</style>