Shades of Malachite Green #A39D64
Tints of Malachite Green #A39D64
RGB
CMYK
RGB Variations
Color information
#A39D64 (or 0xA39D64) is known color: Malachite Green. HEX triplet: A3, 9D and 64. RGB value is (163,157,100). Sum of RGB (Red+Green+Blue) = 163+157+100=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D64 is #5C629B. Grayscale: #989898. Windows color (decimal): -6054556 or 6593955. OLE color: 6593955.
HSL color Cylindrical-coordinate representation of color #A39D64: hue angle of 54.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A39D64 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 100 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.36 |
| HSL | 54.29º | 0.26% | 0.52% | - |
| HSV(B) | 54.29º | 0.39% | 0.64% | - |
| XYZ | 29.46 | 32.82 | 16.84 | - |
| YUV | 152.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 100 | 0 | 0.04 | 0.39 | 0.36 | 54.29 | 0.26 | 0.52 |
| Hex | A3 | 9D | 64 | 0 | 4 | 27 | 24 | 36 | 1A | 34 |
| Octal | 243 | 235 | 144 | 0 | 4 | 47 | 44 | 66 | 32 | 64 |
| Binary | 10100011 | 10011101 | 1100100 | 0 | 100 | 100111 | 100100 | 110110 | 11010 | 110100 |
Color Harmonies of #A39D64
Complementary color
Monochromatic Colors of #A39D64
Black with #A39D64
Text Example
Text Example
White with #A39D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D64; }
p { color: rgb(163,157,100); }
H1.HeaderClassName
{
color: #A39D64;
}
.AnyTagClassName
{
color: #A39D64;
}
</style>
background-color css
<style>
a { background-color: #A39D64; }
a { background-color: rgb(163,157,100); }
div.DivClassName
{
background-color: #A39D64;
}
.BgClassName
{
background-color: #A39D64;
}
</style>
border-color css
<style>
span { border-color: #A39D64; }
span { border-color: rgb(163,157,100); }
td.TdClassName
{
border-color: #A39D64;
}
.TagClassName
{
border-color: #A39D64;
}
</style>