Shades of Tower Grey #A5ADAA
Tints of Tower Grey #A5ADAA
RGB
CMYK
RGB Variations
Color information
#A5ADAA (or 0xA5ADAA) is known color: Tower Grey. HEX triplet: A5, AD and AA. RGB value is (165,173,170). Sum of RGB (Red+Green+Blue) = 165+173+170=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAA is #5A5255. Grayscale: #AAAAAA. Windows color (decimal): -5919318 or 11185573. OLE color: 11185573.
HSL color Cylindrical-coordinate representation of color #A5ADAA: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADAA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 170 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.32 |
| HSL | 157.5º | 0.05% | 0.66% | - |
| HSV(B) | 157.5º | 0.05% | 0.68% | - |
| XYZ | 37.72 | 40.79 | 43.92 | - |
| YUV | 170.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 170 | 0.05 | 0 | 0.02 | 0.32 | 157.5 | 0.05 | 0.66 |
| Hex | A5 | AD | AA | 5 | 0 | 2 | 20 | 9E | 5 | 42 |
| Octal | 245 | 255 | 252 | 5 | 0 | 2 | 40 | 236 | 5 | 102 |
| Binary | 10100101 | 10101101 | 10101010 | 101 | 0 | 10 | 100000 | 10011110 | 101 | 1000010 |
Color Harmonies of #A5ADAA
Complementary color
Monochromatic Colors of #A5ADAA
Black with #A5ADAA
Text Example
Text Example
White with #A5ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADAA; }
p { color: rgb(165,173,170); }
H1.HeaderClassName
{
color: #A5ADAA;
}
.AnyTagClassName
{
color: #A5ADAA;
}
</style>
background-color css
<style>
a { background-color: #A5ADAA; }
a { background-color: rgb(165,173,170); }
div.DivClassName
{
background-color: #A5ADAA;
}
.BgClassName
{
background-color: #A5ADAA;
}
</style>
border-color css
<style>
span { border-color: #A5ADAA; }
span { border-color: rgb(165,173,170); }
td.TdClassName
{
border-color: #A5ADAA;
}
.TagClassName
{
border-color: #A5ADAA;
}
</style>