Shades of Malachite Green #A1A06F
Tints of Malachite Green #A1A06F
RGB
CMYK
RGB Variations
Color information
#A1A06F (or 0xA1A06F) is known color: Malachite Green. HEX triplet: A1, A0 and 6F. RGB value is (161,160,111). Sum of RGB (Red+Green+Blue) = 161+160+111=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A06F is #5E5F90. Grayscale: #9A9A9A. Windows color (decimal): -6184849 or 7315617. OLE color: 7315617.
HSL color Cylindrical-coordinate representation of color #A1A06F: hue angle of 58.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A06F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 111 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.37 |
| HSL | 58.8º | 0.21% | 0.53% | - |
| HSV(B) | 58.8º | 0.31% | 0.63% | - |
| XYZ | 30.14 | 33.87 | 19.99 | - |
| YUV | 154.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 111 | 0 | 0.01 | 0.31 | 0.37 | 58.8 | 0.21 | 0.53 |
| Hex | A1 | A0 | 6F | 0 | 1 | 1F | 25 | 3B | 15 | 35 |
| Octal | 241 | 240 | 157 | 0 | 1 | 37 | 45 | 73 | 25 | 65 |
| Binary | 10100001 | 10100000 | 1101111 | 0 | 1 | 11111 | 100101 | 111011 | 10101 | 110101 |
Color Harmonies of #A1A06F
Complementary color
Monochromatic Colors of #A1A06F
Black with #A1A06F
Text Example
Text Example
White with #A1A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A06F; }
p { color: rgb(161,160,111); }
H1.HeaderClassName
{
color: #A1A06F;
}
.AnyTagClassName
{
color: #A1A06F;
}
</style>
background-color css
<style>
a { background-color: #A1A06F; }
a { background-color: rgb(161,160,111); }
div.DivClassName
{
background-color: #A1A06F;
}
.BgClassName
{
background-color: #A1A06F;
}
</style>
border-color css
<style>
span { border-color: #A1A06F; }
span { border-color: rgb(161,160,111); }
td.TdClassName
{
border-color: #A1A06F;
}
.TagClassName
{
border-color: #A1A06F;
}
</style>