Shades of Mantle #A1A59F
Tints of Mantle #A1A59F
RGB
CMYK
RGB Variations
Color information
#A1A59F (or 0xA1A59F) is known color: Mantle. HEX triplet: A1, A5 and 9F. RGB value is (161,165,159). Sum of RGB (Red+Green+Blue) = 161+165+159=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A59F is #5E5A60. Grayscale: #A3A3A3. Windows color (decimal): -6183521 or 10462625. OLE color: 10462625.
HSL color Cylindrical-coordinate representation of color #A1A59F: hue angle of 100º 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 #A1A59F is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 159 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.35 |
| HSL | 100º | 0.03% | 0.64% | - |
| HSV(B) | 100º | 0.04% | 0.65% | - |
| XYZ | 34.41 | 36.99 | 38.13 | - |
| YUV | 163.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 159 | 0.02 | 0 | 0.04 | 0.35 | 100 | 0.03 | 0.64 |
| Hex | A1 | A5 | 9F | 2 | 0 | 4 | 23 | 64 | 3 | 40 |
| Octal | 241 | 245 | 237 | 2 | 0 | 4 | 43 | 144 | 3 | 100 |
| Binary | 10100001 | 10100101 | 10011111 | 10 | 0 | 100 | 100011 | 1100100 | 11 | 1000000 |
Color Harmonies of #A1A59F
Complementary color
Monochromatic Colors of #A1A59F
Black with #A1A59F
Text Example
Text Example
White with #A1A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A59F; }
p { color: rgb(161,165,159); }
H1.HeaderClassName
{
color: #A1A59F;
}
.AnyTagClassName
{
color: #A1A59F;
}
</style>
background-color css
<style>
a { background-color: #A1A59F; }
a { background-color: rgb(161,165,159); }
div.DivClassName
{
background-color: #A1A59F;
}
.BgClassName
{
background-color: #A1A59F;
}
</style>
border-color css
<style>
span { border-color: #A1A59F; }
span { border-color: rgb(161,165,159); }
td.TdClassName
{
border-color: #A1A59F;
}
.TagClassName
{
border-color: #A1A59F;
}
</style>