Shades of Tower Grey #A0ADA8
Tints of Tower Grey #A0ADA8
RGB
CMYK
RGB Variations
Color information
#A0ADA8 (or 0xA0ADA8) is known color: Tower Grey. HEX triplet: A0, AD and A8. RGB value is (160,173,168). Sum of RGB (Red+Green+Blue) = 160+173+168=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA8 is #5F5257. Grayscale: #A8A8A8. Windows color (decimal): -6247000 or 11054496. OLE color: 11054496.
HSL color Cylindrical-coordinate representation of color #A0ADA8: hue angle of 156.92º 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 #A0ADA8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 168 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.32 |
| HSL | 156.92º | 0.07% | 0.65% | - |
| HSV(B) | 156.92º | 0.08% | 0.68% | - |
| XYZ | 36.51 | 40.19 | 42.88 | - |
| YUV | 168.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 168 | 0.08 | 0 | 0.03 | 0.32 | 156.92 | 0.07 | 0.65 |
| Hex | A0 | AD | A8 | 8 | 0 | 3 | 20 | 9D | 7 | 41 |
| Octal | 240 | 255 | 250 | 10 | 0 | 3 | 40 | 235 | 7 | 101 |
| Binary | 10100000 | 10101101 | 10101000 | 1000 | 0 | 11 | 100000 | 10011101 | 111 | 1000001 |
Color Harmonies of #A0ADA8
Complementary color
Monochromatic Colors of #A0ADA8
Black with #A0ADA8
Text Example
Text Example
White with #A0ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADA8; }
p { color: rgb(160,173,168); }
H1.HeaderClassName
{
color: #A0ADA8;
}
.AnyTagClassName
{
color: #A0ADA8;
}
</style>
background-color css
<style>
a { background-color: #A0ADA8; }
a { background-color: rgb(160,173,168); }
div.DivClassName
{
background-color: #A0ADA8;
}
.BgClassName
{
background-color: #A0ADA8;
}
</style>
border-color css
<style>
span { border-color: #A0ADA8; }
span { border-color: rgb(160,173,168); }
td.TdClassName
{
border-color: #A0ADA8;
}
.TagClassName
{
border-color: #A0ADA8;
}
</style>