Shades of Malachite Green #A1A06E
Tints of Malachite Green #A1A06E
RGB
CMYK
RGB Variations
Color information
#A1A06E (or 0xA1A06E) is known color: Malachite Green. HEX triplet: A1, A0 and 6E. RGB value is (161,160,110). Sum of RGB (Red+Green+Blue) = 161+160+110=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A06E is #5E5F91. Grayscale: #9A9A9A. Windows color (decimal): -6184850 or 7250081. OLE color: 7250081.
HSL color Cylindrical-coordinate representation of color #A1A06E: hue angle of 58.82º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A06E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 110 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.37 |
| HSL | 58.82º | 0.21% | 0.53% | - |
| HSV(B) | 58.82º | 0.32% | 0.63% | - |
| XYZ | 30.08 | 33.84 | 19.7 | - |
| YUV | 154.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 110 | 0 | 0.01 | 0.32 | 0.37 | 58.82 | 0.21 | 0.53 |
| Hex | A1 | A0 | 6E | 0 | 1 | 20 | 25 | 3B | 15 | 35 |
| Octal | 241 | 240 | 156 | 0 | 1 | 40 | 45 | 73 | 25 | 65 |
| Binary | 10100001 | 10100000 | 1101110 | 0 | 1 | 100000 | 100101 | 111011 | 10101 | 110101 |
Color Harmonies of #A1A06E
Complementary color
Monochromatic Colors of #A1A06E
Black with #A1A06E
Text Example
Text Example
White with #A1A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A06E; }
p { color: rgb(161,160,110); }
H1.HeaderClassName
{
color: #A1A06E;
}
.AnyTagClassName
{
color: #A1A06E;
}
</style>
background-color css
<style>
a { background-color: #A1A06E; }
a { background-color: rgb(161,160,110); }
div.DivClassName
{
background-color: #A1A06E;
}
.BgClassName
{
background-color: #A1A06E;
}
</style>
border-color css
<style>
span { border-color: #A1A06E; }
span { border-color: rgb(161,160,110); }
td.TdClassName
{
border-color: #A1A06E;
}
.TagClassName
{
border-color: #A1A06E;
}
</style>