Shades of Tower Grey #A0ADA7
Tints of Tower Grey #A0ADA7
RGB
CMYK
RGB Variations
Color information
#A0ADA7 (or 0xA0ADA7) is known color: Tower Grey. HEX triplet: A0, AD and A7. RGB value is (160,173,167). Sum of RGB (Red+Green+Blue) = 160+173+167=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA7 is #5F5258. Grayscale: #A8A8A8. Windows color (decimal): -6247001 or 10988960. OLE color: 10988960.
HSL color Cylindrical-coordinate representation of color #A0ADA7: hue angle of 152.31º 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 #A0ADA7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 167 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.32 |
| HSL | 152.31º | 0.07% | 0.65% | - |
| HSV(B) | 152.31º | 0.08% | 0.68% | - |
| XYZ | 36.42 | 40.15 | 42.39 | - |
| YUV | 168.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 167 | 0.08 | 0 | 0.03 | 0.32 | 152.31 | 0.07 | 0.65 |
| Hex | A0 | AD | A7 | 8 | 0 | 3 | 20 | 98 | 7 | 41 |
| Octal | 240 | 255 | 247 | 10 | 0 | 3 | 40 | 230 | 7 | 101 |
| Binary | 10100000 | 10101101 | 10100111 | 1000 | 0 | 11 | 100000 | 10011000 | 111 | 1000001 |
Color Harmonies of #A0ADA7
Complementary color
Monochromatic Colors of #A0ADA7
Black with #A0ADA7
Text Example
Text Example
White with #A0ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADA7; }
p { color: rgb(160,173,167); }
H1.HeaderClassName
{
color: #A0ADA7;
}
.AnyTagClassName
{
color: #A0ADA7;
}
</style>
background-color css
<style>
a { background-color: #A0ADA7; }
a { background-color: rgb(160,173,167); }
div.DivClassName
{
background-color: #A0ADA7;
}
.BgClassName
{
background-color: #A0ADA7;
}
</style>
border-color css
<style>
span { border-color: #A0ADA7; }
span { border-color: rgb(160,173,167); }
td.TdClassName
{
border-color: #A0ADA7;
}
.TagClassName
{
border-color: #A0ADA7;
}
</style>