Shades of Tower Grey #A5AAA8
Tints of Tower Grey #A5AAA8
RGB
CMYK
RGB Variations
Color information
#A5AAA8 (or 0xA5AAA8) is known color: Tower Grey. HEX triplet: A5, AA and A8. RGB value is (165,170,168). Sum of RGB (Red+Green+Blue) = 165+170+168=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA8 is #5A5557. Grayscale: #A8A8A8. Windows color (decimal): -5920088 or 11053733. OLE color: 11053733.
HSL color Cylindrical-coordinate representation of color #A5AAA8: hue angle of 156º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A5AAA8 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 168 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.33 |
| HSL | 156º | 0.03% | 0.66% | - |
| HSV(B) | 156º | 0.03% | 0.67% | - |
| XYZ | 36.96 | 39.58 | 42.74 | - |
| YUV | 168.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 168 | 0.03 | 0 | 0.01 | 0.33 | 156 | 0.03 | 0.66 |
| Hex | A5 | AA | A8 | 3 | 0 | 1 | 21 | 9C | 3 | 42 |
| Octal | 245 | 252 | 250 | 3 | 0 | 1 | 41 | 234 | 3 | 102 |
| Binary | 10100101 | 10101010 | 10101000 | 11 | 0 | 1 | 100001 | 10011100 | 11 | 1000010 |
Color Harmonies of #A5AAA8
Complementary color
Monochromatic Colors of #A5AAA8
Black with #A5AAA8
Text Example
Text Example
White with #A5AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAA8; }
p { color: rgb(165,170,168); }
H1.HeaderClassName
{
color: #A5AAA8;
}
.AnyTagClassName
{
color: #A5AAA8;
}
</style>
background-color css
<style>
a { background-color: #A5AAA8; }
a { background-color: rgb(165,170,168); }
div.DivClassName
{
background-color: #A5AAA8;
}
.BgClassName
{
background-color: #A5AAA8;
}
</style>
border-color css
<style>
span { border-color: #A5AAA8; }
span { border-color: rgb(165,170,168); }
td.TdClassName
{
border-color: #A5AAA8;
}
.TagClassName
{
border-color: #A5AAA8;
}
</style>