Shades of Tower Grey #A6ADA9
Tints of Tower Grey #A6ADA9
RGB
CMYK
RGB Variations
Color information
#A6ADA9 (or 0xA6ADA9) is known color: Tower Grey. HEX triplet: A6, AD and A9. RGB value is (166,173,169). Sum of RGB (Red+Green+Blue) = 166+173+169=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA9 is #595256. Grayscale: #AAAAAA. Windows color (decimal): -5853783 or 11120038. OLE color: 11120038.
HSL color Cylindrical-coordinate representation of color #A6ADA9: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6ADA9 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 169 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.32 |
| HSL | 145.71º | 0.04% | 0.66% | - |
| HSV(B) | 145.71º | 0.04% | 0.68% | - |
| XYZ | 37.83 | 40.86 | 43.43 | - |
| YUV | 170.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 169 | 0.04 | 0 | 0.02 | 0.32 | 145.71 | 0.04 | 0.66 |
| Hex | A6 | AD | A9 | 4 | 0 | 2 | 20 | 92 | 4 | 42 |
| Octal | 246 | 255 | 251 | 4 | 0 | 2 | 40 | 222 | 4 | 102 |
| Binary | 10100110 | 10101101 | 10101001 | 100 | 0 | 10 | 100000 | 10010010 | 100 | 1000010 |
Color Harmonies of #A6ADA9
Complementary color
Monochromatic Colors of #A6ADA9
Black with #A6ADA9
Text Example
Text Example
White with #A6ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADA9; }
p { color: rgb(166,173,169); }
H1.HeaderClassName
{
color: #A6ADA9;
}
.AnyTagClassName
{
color: #A6ADA9;
}
</style>
background-color css
<style>
a { background-color: #A6ADA9; }
a { background-color: rgb(166,173,169); }
div.DivClassName
{
background-color: #A6ADA9;
}
.BgClassName
{
background-color: #A6ADA9;
}
</style>
border-color css
<style>
span { border-color: #A6ADA9; }
span { border-color: rgb(166,173,169); }
td.TdClassName
{
border-color: #A6ADA9;
}
.TagClassName
{
border-color: #A6ADA9;
}
</style>