Shades of Malachite Green #A39D5E
Tints of Malachite Green #A39D5E
RGB
CMYK
RGB Variations
Color information
#A39D5E (or 0xA39D5E) is known color: Malachite Green. HEX triplet: A3, 9D and 5E. RGB value is (163,157,94). Sum of RGB (Red+Green+Blue) = 163+157+94=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D5E is #5C62A1. Grayscale: #979797. Windows color (decimal): -6054562 or 6200739. OLE color: 6200739.
HSL color Cylindrical-coordinate representation of color #A39D5E: hue angle of 54.78º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A39D5E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 94 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.36 |
| HSL | 54.78º | 0.27% | 0.5% | - |
| HSV(B) | 54.78º | 0.42% | 0.64% | - |
| XYZ | 29.18 | 32.71 | 15.37 | - |
| YUV | 151.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 94 | 0 | 0.04 | 0.42 | 0.36 | 54.78 | 0.27 | 0.5 |
| Hex | A3 | 9D | 5E | 0 | 4 | 2A | 24 | 37 | 1B | 32 |
| Octal | 243 | 235 | 136 | 0 | 4 | 52 | 44 | 67 | 33 | 62 |
| Binary | 10100011 | 10011101 | 1011110 | 0 | 100 | 101010 | 100100 | 110111 | 11011 | 110010 |
Color Harmonies of #A39D5E
Complementary color
Monochromatic Colors of #A39D5E
Black with #A39D5E
Text Example
Text Example
White with #A39D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D5E; }
p { color: rgb(163,157,94); }
H1.HeaderClassName
{
color: #A39D5E;
}
.AnyTagClassName
{
color: #A39D5E;
}
</style>
background-color css
<style>
a { background-color: #A39D5E; }
a { background-color: rgb(163,157,94); }
div.DivClassName
{
background-color: #A39D5E;
}
.BgClassName
{
background-color: #A39D5E;
}
</style>
border-color css
<style>
span { border-color: #A39D5E; }
span { border-color: rgb(163,157,94); }
td.TdClassName
{
border-color: #A39D5E;
}
.TagClassName
{
border-color: #A39D5E;
}
</style>