Shades of Tower Grey #A1ADA6
Tints of Tower Grey #A1ADA6
RGB
CMYK
RGB Variations
Color information
#A1ADA6 (or 0xA1ADA6) is known color: Tower Grey. HEX triplet: A1, AD and A6. RGB value is (161,173,166). Sum of RGB (Red+Green+Blue) = 161+173+166=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADA6 is #5E5259. Grayscale: #A8A8A8. Windows color (decimal): -6181466 or 10923425. OLE color: 10923425.
HSL color Cylindrical-coordinate representation of color #A1ADA6: hue angle of 145º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1ADA6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 166 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.32 |
| HSL | 145º | 0.07% | 0.65% | - |
| HSV(B) | 145º | 0.07% | 0.68% | - |
| XYZ | 36.52 | 40.22 | 41.91 | - |
| YUV | 168.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 166 | 0.07 | 0 | 0.04 | 0.32 | 145 | 0.07 | 0.65 |
| Hex | A1 | AD | A6 | 7 | 0 | 4 | 20 | 91 | 7 | 41 |
| Octal | 241 | 255 | 246 | 7 | 0 | 4 | 40 | 221 | 7 | 101 |
| Binary | 10100001 | 10101101 | 10100110 | 111 | 0 | 100 | 100000 | 10010001 | 111 | 1000001 |
Color Harmonies of #A1ADA6
Complementary color
Monochromatic Colors of #A1ADA6
Black with #A1ADA6
Text Example
Text Example
White with #A1ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADA6; }
p { color: rgb(161,173,166); }
H1.HeaderClassName
{
color: #A1ADA6;
}
.AnyTagClassName
{
color: #A1ADA6;
}
</style>
background-color css
<style>
a { background-color: #A1ADA6; }
a { background-color: rgb(161,173,166); }
div.DivClassName
{
background-color: #A1ADA6;
}
.BgClassName
{
background-color: #A1ADA6;
}
</style>
border-color css
<style>
span { border-color: #A1ADA6; }
span { border-color: rgb(161,173,166); }
td.TdClassName
{
border-color: #A1ADA6;
}
.TagClassName
{
border-color: #A1ADA6;
}
</style>