Shades of Tower Grey #A7ABA9
Tints of Tower Grey #A7ABA9
RGB
CMYK
RGB Variations
Color information
#A7ABA9 (or 0xA7ABA9) is known color: Tower Grey. HEX triplet: A7, AB and A9. RGB value is (167,171,169). Sum of RGB (Red+Green+Blue) = 167+171+169=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 171 - color contains mainly: green. Hex color #A7ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABA9 is #585456. Grayscale: #A9A9A9. Windows color (decimal): -5788759 or 11119527. OLE color: 11119527.
HSL color Cylindrical-coordinate representation of color #A7ABA9: hue angle of 150º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A7ABA9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 167 | 171 | 169 | - |
CMYK | 0.02 | 0 | 0.01 | 0.33 |
HSL | 150º | 0.02% | 0.66% | - |
HSV(B) | 150º | 0.02% | 0.67% | - |
XYZ | 37.66 | 40.21 | 43.31 | - |
YUV | 169.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 171 | 169 | 0.02 | 0 | 0.01 | 0.33 | 150 | 0.02 | 0.66 |
Hex | A7 | AB | A9 | 2 | 0 | 1 | 21 | 96 | 2 | 42 |
Octal | 247 | 253 | 251 | 2 | 0 | 1 | 41 | 226 | 2 | 102 |
Binary | 10100111 | 10101011 | 10101001 | 10 | 0 | 1 | 100001 | 10010110 | 10 | 1000010 |
Color Harmonies of #A7ABA9
Complementary color
Monochromatic Colors of #A7ABA9
Black with #A7ABA9
Text Example
Text Example
White with #A7ABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ABA9; }
p { color: rgb(167,171,169); }
H1.HeaderClassName
{
color: #A7ABA9;
}
.AnyTagClassName
{
color: #A7ABA9;
}
</style>
background-color css
<style>
a { background-color: #A7ABA9; }
a { background-color: rgb(167,171,169); }
div.DivClassName
{
background-color: #A7ABA9;
}
.BgClassName
{
background-color: #A7ABA9;
}
</style>
border-color css
<style>
span { border-color: #A7ABA9; }
span { border-color: rgb(167,171,169); }
td.TdClassName
{
border-color: #A7ABA9;
}
.TagClassName
{
border-color: #A7ABA9;
}
</style>