Shades of Tower Grey #A8ACAA
Tints of Tower Grey #A8ACAA
RGB
CMYK
RGB Variations
Color information
#A8ACAA (or 0xA8ACAA) is known color: Tower Grey. HEX triplet: A8, AC and AA. RGB value is (168,172,170). Sum of RGB (Red+Green+Blue) = 168+172+170=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAA is #575355. Grayscale: #AAAAAA. Windows color (decimal): -5722966 or 11185320. OLE color: 11185320.
HSL color Cylindrical-coordinate representation of color #A8ACAA: hue angle of 150º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ACAA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 170 | - |
CMYK | 0.02 | 0 | 0.01 | 0.33 |
HSL | 150º | 0.02% | 0.67% | - |
HSV(B) | 150º | 0.02% | 0.67% | - |
XYZ | 38.16 | 40.73 | 43.88 | - |
YUV | 170.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 170 | 0.02 | 0 | 0.01 | 0.33 | 150 | 0.02 | 0.67 |
Hex | A8 | AC | AA | 2 | 0 | 1 | 21 | 96 | 2 | 43 |
Octal | 250 | 254 | 252 | 2 | 0 | 1 | 41 | 226 | 2 | 103 |
Binary | 10101000 | 10101100 | 10101010 | 10 | 0 | 1 | 100001 | 10010110 | 10 | 1000011 |
Color Harmonies of #A8ACAA
Complementary color
Monochromatic Colors of #A8ACAA
Black with #A8ACAA
Text Example
Text Example
White with #A8ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACAA; }
p { color: rgb(168,172,170); }
H1.HeaderClassName
{
color: #A8ACAA;
}
.AnyTagClassName
{
color: #A8ACAA;
}
</style>
background-color css
<style>
a { background-color: #A8ACAA; }
a { background-color: rgb(168,172,170); }
div.DivClassName
{
background-color: #A8ACAA;
}
.BgClassName
{
background-color: #A8ACAA;
}
</style>
border-color css
<style>
span { border-color: #A8ACAA; }
span { border-color: rgb(168,172,170); }
td.TdClassName
{
border-color: #A8ACAA;
}
.TagClassName
{
border-color: #A8ACAA;
}
</style>