Shades of Malachite Green #A5A36E
Tints of Malachite Green #A5A36E
RGB
CMYK
RGB Variations
Color information
#A5A36E (or 0xA5A36E) is known color: Malachite Green. HEX triplet: A5, A3 and 6E. RGB value is (165,163,110). Sum of RGB (Red+Green+Blue) = 165+163+110=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A36E is #5A5C91. Grayscale: #9D9D9D. Windows color (decimal): -5921938 or 7250853. OLE color: 7250853.
HSL color Cylindrical-coordinate representation of color #A5A36E: hue angle of 57.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A36E is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 110 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 57.82º | 0.23% | 0.54% | - |
| HSV(B) | 57.82º | 0.33% | 0.65% | - |
| XYZ | 31.43 | 35.32 | 19.91 | - |
| YUV | 157.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 110 | 0 | 0.01 | 0.33 | 0.35 | 57.82 | 0.23 | 0.54 |
| Hex | A5 | A3 | 6E | 0 | 1 | 21 | 23 | 3A | 17 | 36 |
| Octal | 245 | 243 | 156 | 0 | 1 | 41 | 43 | 72 | 27 | 66 |
| Binary | 10100101 | 10100011 | 1101110 | 0 | 1 | 100001 | 100011 | 111010 | 10111 | 110110 |
Color Harmonies of #A5A36E
Complementary color
Monochromatic Colors of #A5A36E
Black with #A5A36E
Text Example
Text Example
White with #A5A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A36E; }
p { color: rgb(165,163,110); }
H1.HeaderClassName
{
color: #A5A36E;
}
.AnyTagClassName
{
color: #A5A36E;
}
</style>
background-color css
<style>
a { background-color: #A5A36E; }
a { background-color: rgb(165,163,110); }
div.DivClassName
{
background-color: #A5A36E;
}
.BgClassName
{
background-color: #A5A36E;
}
</style>
border-color css
<style>
span { border-color: #A5A36E; }
span { border-color: rgb(165,163,110); }
td.TdClassName
{
border-color: #A5A36E;
}
.TagClassName
{
border-color: #A5A36E;
}
</style>