Shades of Tower Grey #A2ACA8
Tints of Tower Grey #A2ACA8
RGB
CMYK
RGB Variations
Color information
#A2ACA8 (or 0xA2ACA8) is known color: Tower Grey. HEX triplet: A2, AC and A8. RGB value is (162,172,168). Sum of RGB (Red+Green+Blue) = 162+172+168=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #A2ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ACA8 is #5D5357. Grayscale: #A8A8A8. Windows color (decimal): -6116184 or 11054242. OLE color: 11054242.
HSL color Cylindrical-coordinate representation of color #A2ACA8: hue angle of 156º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ACA8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 172 | 168 | - |
CMYK | 0.06 | 0 | 0.02 | 0.33 |
HSL | 156º | 0.06% | 0.65% | - |
HSV(B) | 156º | 0.06% | 0.67% | - |
XYZ | 36.72 | 40.01 | 42.83 | - |
YUV | 168.55 | 127.69 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 172 | 168 | 0.06 | 0 | 0.02 | 0.33 | 156 | 0.06 | 0.65 |
Hex | A2 | AC | A8 | 6 | 0 | 2 | 21 | 9C | 6 | 41 |
Octal | 242 | 254 | 250 | 6 | 0 | 2 | 41 | 234 | 6 | 101 |
Binary | 10100010 | 10101100 | 10101000 | 110 | 0 | 10 | 100001 | 10011100 | 110 | 1000001 |
Color Harmonies of #A2ACA8
Complementary color
Monochromatic Colors of #A2ACA8
Black with #A2ACA8
Text Example
Text Example
White with #A2ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACA8; }
p { color: rgb(162,172,168); }
H1.HeaderClassName
{
color: #A2ACA8;
}
.AnyTagClassName
{
color: #A2ACA8;
}
</style>
background-color css
<style>
a { background-color: #A2ACA8; }
a { background-color: rgb(162,172,168); }
div.DivClassName
{
background-color: #A2ACA8;
}
.BgClassName
{
background-color: #A2ACA8;
}
</style>
border-color css
<style>
span { border-color: #A2ACA8; }
span { border-color: rgb(162,172,168); }
td.TdClassName
{
border-color: #A2ACA8;
}
.TagClassName
{
border-color: #A2ACA8;
}
</style>