Shades of Malachite Green #A3A06E
Tints of Malachite Green #A3A06E
RGB
CMYK
RGB Variations
Color information
#A3A06E (or 0xA3A06E) is known color: Malachite Green. HEX triplet: A3, A0 and 6E. RGB value is (163,160,110). Sum of RGB (Red+Green+Blue) = 163+160+110=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A06E is #5C5F91. Grayscale: #9B9B9B. Windows color (decimal): -6053778 or 7250083. OLE color: 7250083.
HSL color Cylindrical-coordinate representation of color #A3A06E: hue angle of 56.6º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3A06E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 110 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.36 |
| HSL | 56.6º | 0.22% | 0.54% | - |
| HSV(B) | 56.6º | 0.33% | 0.64% | - |
| XYZ | 30.49 | 34.05 | 19.72 | - |
| YUV | 155.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 110 | 0 | 0.02 | 0.33 | 0.36 | 56.6 | 0.22 | 0.54 |
| Hex | A3 | A0 | 6E | 0 | 2 | 21 | 24 | 39 | 16 | 36 |
| Octal | 243 | 240 | 156 | 0 | 2 | 41 | 44 | 71 | 26 | 66 |
| Binary | 10100011 | 10100000 | 1101110 | 0 | 10 | 100001 | 100100 | 111001 | 10110 | 110110 |
Color Harmonies of #A3A06E
Complementary color
Monochromatic Colors of #A3A06E
Black with #A3A06E
Text Example
Text Example
White with #A3A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A06E; }
p { color: rgb(163,160,110); }
H1.HeaderClassName
{
color: #A3A06E;
}
.AnyTagClassName
{
color: #A3A06E;
}
</style>
background-color css
<style>
a { background-color: #A3A06E; }
a { background-color: rgb(163,160,110); }
div.DivClassName
{
background-color: #A3A06E;
}
.BgClassName
{
background-color: #A3A06E;
}
</style>
border-color css
<style>
span { border-color: #A3A06E; }
span { border-color: rgb(163,160,110); }
td.TdClassName
{
border-color: #A3A06E;
}
.TagClassName
{
border-color: #A3A06E;
}
</style>