Shades of Malachite Green #A59D5E
Tints of Malachite Green #A59D5E
RGB
CMYK
RGB Variations
Color information
#A59D5E (or 0xA59D5E) is known color: Malachite Green. HEX triplet: A5, 9D and 5E. RGB value is (165,157,94). Sum of RGB (Red+Green+Blue) = 165+157+94=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D5E is #5A62A1. Grayscale: #989898. Windows color (decimal): -5923490 or 6200741. OLE color: 6200741.
HSL color Cylindrical-coordinate representation of color #A59D5E: hue angle of 53.24º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A59D5E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 94 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.35 |
| HSL | 53.24º | 0.28% | 0.51% | - |
| HSV(B) | 53.24º | 0.43% | 0.65% | - |
| XYZ | 29.59 | 32.92 | 15.38 | - |
| YUV | 152.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 94 | 0 | 0.05 | 0.43 | 0.35 | 53.24 | 0.28 | 0.51 |
| Hex | A5 | 9D | 5E | 0 | 5 | 2B | 23 | 35 | 1C | 33 |
| Octal | 245 | 235 | 136 | 0 | 5 | 53 | 43 | 65 | 34 | 63 |
| Binary | 10100101 | 10011101 | 1011110 | 0 | 101 | 101011 | 100011 | 110101 | 11100 | 110011 |
Color Harmonies of #A59D5E
Complementary color
Monochromatic Colors of #A59D5E
Black with #A59D5E
Text Example
Text Example
White with #A59D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D5E; }
p { color: rgb(165,157,94); }
H1.HeaderClassName
{
color: #A59D5E;
}
.AnyTagClassName
{
color: #A59D5E;
}
</style>
background-color css
<style>
a { background-color: #A59D5E; }
a { background-color: rgb(165,157,94); }
div.DivClassName
{
background-color: #A59D5E;
}
.BgClassName
{
background-color: #A59D5E;
}
</style>
border-color css
<style>
span { border-color: #A59D5E; }
span { border-color: rgb(165,157,94); }
td.TdClassName
{
border-color: #A59D5E;
}
.TagClassName
{
border-color: #A59D5E;
}
</style>