Shades of Tower Grey #A0ADA9
Tints of Tower Grey #A0ADA9
RGB
CMYK
RGB Variations
Color information
#A0ADA9 (or 0xA0ADA9) is known color: Tower Grey. HEX triplet: A0, AD and A9. RGB value is (160,173,169). Sum of RGB (Red+Green+Blue) = 160+173+169=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA9 is #5F5256. Grayscale: #A8A8A8. Windows color (decimal): -6246999 or 11120032. OLE color: 11120032.
HSL color Cylindrical-coordinate representation of color #A0ADA9: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0ADA9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 169 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.32 |
| HSL | 161.54º | 0.07% | 0.65% | - |
| HSV(B) | 161.54º | 0.08% | 0.68% | - |
| XYZ | 36.6 | 40.23 | 43.37 | - |
| YUV | 168.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 169 | 0.08 | 0 | 0.02 | 0.32 | 161.54 | 0.07 | 0.65 |
| Hex | A0 | AD | A9 | 8 | 0 | 2 | 20 | A2 | 7 | 41 |
| Octal | 240 | 255 | 251 | 10 | 0 | 2 | 40 | 242 | 7 | 101 |
| Binary | 10100000 | 10101101 | 10101001 | 1000 | 0 | 10 | 100000 | 10100010 | 111 | 1000001 |
Color Harmonies of #A0ADA9
Complementary color
Monochromatic Colors of #A0ADA9
Black with #A0ADA9
Text Example
Text Example
White with #A0ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADA9; }
p { color: rgb(160,173,169); }
H1.HeaderClassName
{
color: #A0ADA9;
}
.AnyTagClassName
{
color: #A0ADA9;
}
</style>
background-color css
<style>
a { background-color: #A0ADA9; }
a { background-color: rgb(160,173,169); }
div.DivClassName
{
background-color: #A0ADA9;
}
.BgClassName
{
background-color: #A0ADA9;
}
</style>
border-color css
<style>
span { border-color: #A0ADA9; }
span { border-color: rgb(160,173,169); }
td.TdClassName
{
border-color: #A0ADA9;
}
.TagClassName
{
border-color: #A0ADA9;
}
</style>