Shades of Mantle #A1A5A0
Tints of Mantle #A1A5A0
RGB
CMYK
RGB Variations
Color information
#A1A5A0 (or 0xA1A5A0) is known color: Mantle. HEX triplet: A1, A5 and A0. RGB value is (161,165,160). Sum of RGB (Red+Green+Blue) = 161+165+160=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A5A0 is #5E5A5F. Grayscale: #A3A3A3. Windows color (decimal): -6183520 or 10528161. OLE color: 10528161.
HSL color Cylindrical-coordinate representation of color #A1A5A0: 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 #A1A5A0 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 160 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.35 |
| HSL | 108º | 0.03% | 0.64% | - |
| HSV(B) | 108º | 0.03% | 0.65% | - |
| XYZ | 34.5 | 37.03 | 38.59 | - |
| YUV | 163.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 160 | 0.02 | 0 | 0.03 | 0.35 | 108 | 0.03 | 0.64 |
| Hex | A1 | A5 | A0 | 2 | 0 | 3 | 23 | 6C | 3 | 40 |
| Octal | 241 | 245 | 240 | 2 | 0 | 3 | 43 | 154 | 3 | 100 |
| Binary | 10100001 | 10100101 | 10100000 | 10 | 0 | 11 | 100011 | 1101100 | 11 | 1000000 |
Color Harmonies of #A1A5A0
Complementary color
Monochromatic Colors of #A1A5A0
Black with #A1A5A0
Text Example
Text Example
White with #A1A5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5A0; }
p { color: rgb(161,165,160); }
H1.HeaderClassName
{
color: #A1A5A0;
}
.AnyTagClassName
{
color: #A1A5A0;
}
</style>
background-color css
<style>
a { background-color: #A1A5A0; }
a { background-color: rgb(161,165,160); }
div.DivClassName
{
background-color: #A1A5A0;
}
.BgClassName
{
background-color: #A1A5A0;
}
</style>
border-color css
<style>
span { border-color: #A1A5A0; }
span { border-color: rgb(161,165,160); }
td.TdClassName
{
border-color: #A1A5A0;
}
.TagClassName
{
border-color: #A1A5A0;
}
</style>