Shades of Mantle #A2A6A1
Tints of Mantle #A2A6A1
RGB
CMYK
RGB Variations
Color information
#A2A6A1 (or 0xA2A6A1) is known color: Mantle. HEX triplet: A2, A6 and A1. RGB value is (162,166,161). Sum of RGB (Red+Green+Blue) = 162+166+161=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A6A1 is #5D595E. Grayscale: #A4A4A4. Windows color (decimal): -6117727 or 10593954. OLE color: 10593954.
HSL color Cylindrical-coordinate representation of color #A2A6A1: hue angle of 108º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A2A6A1 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 161 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.35 |
| HSL | 108º | 0.03% | 0.64% | - |
| HSV(B) | 108º | 0.03% | 0.65% | - |
| XYZ | 34.97 | 37.53 | 39.12 | - |
| YUV | 164.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 161 | 0.02 | 0 | 0.03 | 0.35 | 108 | 0.03 | 0.64 |
| Hex | A2 | A6 | A1 | 2 | 0 | 3 | 23 | 6C | 3 | 40 |
| Octal | 242 | 246 | 241 | 2 | 0 | 3 | 43 | 154 | 3 | 100 |
| Binary | 10100010 | 10100110 | 10100001 | 10 | 0 | 11 | 100011 | 1101100 | 11 | 1000000 |
Color Harmonies of #A2A6A1
Complementary color
Monochromatic Colors of #A2A6A1
Black with #A2A6A1
Text Example
Text Example
White with #A2A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A6A1; }
p { color: rgb(162,166,161); }
H1.HeaderClassName
{
color: #A2A6A1;
}
.AnyTagClassName
{
color: #A2A6A1;
}
</style>
background-color css
<style>
a { background-color: #A2A6A1; }
a { background-color: rgb(162,166,161); }
div.DivClassName
{
background-color: #A2A6A1;
}
.BgClassName
{
background-color: #A2A6A1;
}
</style>
border-color css
<style>
span { border-color: #A2A6A1; }
span { border-color: rgb(162,166,161); }
td.TdClassName
{
border-color: #A2A6A1;
}
.TagClassName
{
border-color: #A2A6A1;
}
</style>