Shades of Tower Grey #A5ABA8
Tints of Tower Grey #A5ABA8
RGB
CMYK
RGB Variations
Color information
#A5ABA8 (or 0xA5ABA8) is known color: Tower Grey. HEX triplet: A5, AB and A8. RGB value is (165,171,168). Sum of RGB (Red+Green+Blue) = 165+171+168=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA8 is #5A5457. Grayscale: #A8A8A8. Windows color (decimal): -5919832 or 11053989. OLE color: 11053989.
HSL color Cylindrical-coordinate representation of color #A5ABA8: hue angle of 150º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5ABA8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 168 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.33 |
| HSL | 150º | 0.03% | 0.66% | - |
| HSV(B) | 150º | 0.04% | 0.67% | - |
| XYZ | 37.15 | 39.95 | 42.8 | - |
| YUV | 168.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 168 | 0.04 | 0 | 0.02 | 0.33 | 150 | 0.03 | 0.66 |
| Hex | A5 | AB | A8 | 4 | 0 | 2 | 21 | 96 | 3 | 42 |
| Octal | 245 | 253 | 250 | 4 | 0 | 2 | 41 | 226 | 3 | 102 |
| Binary | 10100101 | 10101011 | 10101000 | 100 | 0 | 10 | 100001 | 10010110 | 11 | 1000010 |
Color Harmonies of #A5ABA8
Complementary color
Monochromatic Colors of #A5ABA8
Black with #A5ABA8
Text Example
Text Example
White with #A5ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABA8; }
p { color: rgb(165,171,168); }
H1.HeaderClassName
{
color: #A5ABA8;
}
.AnyTagClassName
{
color: #A5ABA8;
}
</style>
background-color css
<style>
a { background-color: #A5ABA8; }
a { background-color: rgb(165,171,168); }
div.DivClassName
{
background-color: #A5ABA8;
}
.BgClassName
{
background-color: #A5ABA8;
}
</style>
border-color css
<style>
span { border-color: #A5ABA8; }
span { border-color: rgb(165,171,168); }
td.TdClassName
{
border-color: #A5ABA8;
}
.TagClassName
{
border-color: #A5ABA8;
}
</style>