Shades of Mantle #A1A6A1
Tints of Mantle #A1A6A1
RGB
CMYK
RGB Variations
Color information
#A1A6A1 (or 0xA1A6A1) is known color: Mantle. HEX triplet: A1, A6 and A1. RGB value is (161,166,161). Sum of RGB (Red+Green+Blue) = 161+166+161=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A6A1 is #5E595E. Grayscale: #A3A3A3. Windows color (decimal): -6183263 or 10593953. OLE color: 10593953.
HSL color Cylindrical-coordinate representation of color #A1A6A1: hue angle of 120º 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 #A1A6A1 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
RGB | 161 | 166 | 161 | - |
CMYK | 0.03 | 0 | 0.03 | 0.35 |
HSL | 120º | 0.03% | 0.64% | - |
HSV(B) | 120º | 0.03% | 0.65% | - |
XYZ | 34.77 | 37.42 | 39.11 | - |
YUV | 163.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 166 | 161 | 0.03 | 0 | 0.03 | 0.35 | 120 | 0.03 | 0.64 |
Hex | A1 | A6 | A1 | 3 | 0 | 3 | 23 | 78 | 3 | 40 |
Octal | 241 | 246 | 241 | 3 | 0 | 3 | 43 | 170 | 3 | 100 |
Binary | 10100001 | 10100110 | 10100001 | 11 | 0 | 11 | 100011 | 1111000 | 11 | 1000000 |
Color Harmonies of #A1A6A1
Complementary color
Monochromatic Colors of #A1A6A1
Black with #A1A6A1
Text Example
Text Example
White with #A1A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6A1; }
p { color: rgb(161,166,161); }
H1.HeaderClassName
{
color: #A1A6A1;
}
.AnyTagClassName
{
color: #A1A6A1;
}
</style>
background-color css
<style>
a { background-color: #A1A6A1; }
a { background-color: rgb(161,166,161); }
div.DivClassName
{
background-color: #A1A6A1;
}
.BgClassName
{
background-color: #A1A6A1;
}
</style>
border-color css
<style>
span { border-color: #A1A6A1; }
span { border-color: rgb(161,166,161); }
td.TdClassName
{
border-color: #A1A6A1;
}
.TagClassName
{
border-color: #A1A6A1;
}
</style>