Shades of Malachite Green #A39D5D
Tints of Malachite Green #A39D5D
RGB
CMYK
RGB Variations
Color information
#A39D5D (or 0xA39D5D) is known color: Malachite Green. HEX triplet: A3, 9D and 5D. RGB value is (163,157,93). Sum of RGB (Red+Green+Blue) = 163+157+93=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D5D is #5C62A2. Grayscale: #979797. Windows color (decimal): -6054563 or 6135203. OLE color: 6135203.
HSL color Cylindrical-coordinate representation of color #A39D5D: hue angle of 54.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A39D5D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 93 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.36 |
| HSL | 54.86º | 0.28% | 0.5% | - |
| HSV(B) | 54.86º | 0.43% | 0.64% | - |
| XYZ | 29.14 | 32.69 | 15.13 | - |
| YUV | 151.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 93 | 0 | 0.04 | 0.43 | 0.36 | 54.86 | 0.28 | 0.5 |
| Hex | A3 | 9D | 5D | 0 | 4 | 2B | 24 | 37 | 1C | 32 |
| Octal | 243 | 235 | 135 | 0 | 4 | 53 | 44 | 67 | 34 | 62 |
| Binary | 10100011 | 10011101 | 1011101 | 0 | 100 | 101011 | 100100 | 110111 | 11100 | 110010 |
Color Harmonies of #A39D5D
Complementary color
Monochromatic Colors of #A39D5D
Black with #A39D5D
Text Example
Text Example
White with #A39D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D5D; }
p { color: rgb(163,157,93); }
H1.HeaderClassName
{
color: #A39D5D;
}
.AnyTagClassName
{
color: #A39D5D;
}
</style>
background-color css
<style>
a { background-color: #A39D5D; }
a { background-color: rgb(163,157,93); }
div.DivClassName
{
background-color: #A39D5D;
}
.BgClassName
{
background-color: #A39D5D;
}
</style>
border-color css
<style>
span { border-color: #A39D5D; }
span { border-color: rgb(163,157,93); }
td.TdClassName
{
border-color: #A39D5D;
}
.TagClassName
{
border-color: #A39D5D;
}
</style>