Shades of Tower Grey #A7ADAA
Tints of Tower Grey #A7ADAA
RGB
CMYK
RGB Variations
Color information
#A7ADAA (or 0xA7ADAA) is known color: Tower Grey. HEX triplet: A7, AD and AA. RGB value is (167,173,170). Sum of RGB (Red+Green+Blue) = 167+173+170=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADAA is #585255. Grayscale: #AAAAAA. Windows color (decimal): -5788246 or 11185575. OLE color: 11185575.
HSL color Cylindrical-coordinate representation of color #A7ADAA: hue angle of 150º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A7ADAA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 170 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.32 |
| HSL | 150º | 0.04% | 0.67% | - |
| HSV(B) | 150º | 0.03% | 0.68% | - |
| XYZ | 38.14 | 41 | 43.93 | - |
| YUV | 170.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 170 | 0.03 | 0 | 0.02 | 0.32 | 150 | 0.04 | 0.67 |
| Hex | A7 | AD | AA | 3 | 0 | 2 | 20 | 96 | 4 | 43 |
| Octal | 247 | 255 | 252 | 3 | 0 | 2 | 40 | 226 | 4 | 103 |
| Binary | 10100111 | 10101101 | 10101010 | 11 | 0 | 10 | 100000 | 10010110 | 100 | 1000011 |
Color Harmonies of #A7ADAA
Complementary color
Monochromatic Colors of #A7ADAA
Black with #A7ADAA
Text Example
Text Example
White with #A7ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADAA; }
p { color: rgb(167,173,170); }
H1.HeaderClassName
{
color: #A7ADAA;
}
.AnyTagClassName
{
color: #A7ADAA;
}
</style>
background-color css
<style>
a { background-color: #A7ADAA; }
a { background-color: rgb(167,173,170); }
div.DivClassName
{
background-color: #A7ADAA;
}
.BgClassName
{
background-color: #A7ADAA;
}
</style>
border-color css
<style>
span { border-color: #A7ADAA; }
span { border-color: rgb(167,173,170); }
td.TdClassName
{
border-color: #A7ADAA;
}
.TagClassName
{
border-color: #A7ADAA;
}
</style>