Shades of Mantle #A1A6A0
Tints of Mantle #A1A6A0
RGB
CMYK
RGB Variations
Color information
#A1A6A0 (or 0xA1A6A0) is known color: Mantle. HEX triplet: A1, A6 and A0. RGB value is (161,166,160). Sum of RGB (Red+Green+Blue) = 161+166+160=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A6A0 is #5E595F. Grayscale: #A3A3A3. Windows color (decimal): -6183264 or 10528417. OLE color: 10528417.
HSL color Cylindrical-coordinate representation of color #A1A6A0: hue angle of 110º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A1A6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 160 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.35 |
| HSL | 110º | 0.03% | 0.64% | - |
| HSV(B) | 110º | 0.04% | 0.65% | - |
| XYZ | 34.68 | 37.39 | 38.65 | - |
| YUV | 163.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 160 | 0.03 | 0 | 0.04 | 0.35 | 110 | 0.03 | 0.64 |
| Hex | A1 | A6 | A0 | 3 | 0 | 4 | 23 | 6E | 3 | 40 |
| Octal | 241 | 246 | 240 | 3 | 0 | 4 | 43 | 156 | 3 | 100 |
| Binary | 10100001 | 10100110 | 10100000 | 11 | 0 | 100 | 100011 | 1101110 | 11 | 1000000 |
Color Harmonies of #A1A6A0
Complementary color
Monochromatic Colors of #A1A6A0
Black with #A1A6A0
Text Example
Text Example
White with #A1A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6A0; }
p { color: rgb(161,166,160); }
H1.HeaderClassName
{
color: #A1A6A0;
}
.AnyTagClassName
{
color: #A1A6A0;
}
</style>
background-color css
<style>
a { background-color: #A1A6A0; }
a { background-color: rgb(161,166,160); }
div.DivClassName
{
background-color: #A1A6A0;
}
.BgClassName
{
background-color: #A1A6A0;
}
</style>
border-color css
<style>
span { border-color: #A1A6A0; }
span { border-color: rgb(161,166,160); }
td.TdClassName
{
border-color: #A1A6A0;
}
.TagClassName
{
border-color: #A1A6A0;
}
</style>