Shades of Malachite Green #A39A5E
Tints of Malachite Green #A39A5E
RGB
CMYK
RGB Variations
Color information
#A39A5E (or 0xA39A5E) is known color: Malachite Green. HEX triplet: A3, 9A and 5E. RGB value is (163,154,94). Sum of RGB (Red+Green+Blue) = 163+154+94=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A5E is #5C65A1. Grayscale: #969696. Windows color (decimal): -6055330 or 6199971. OLE color: 6199971.
HSL color Cylindrical-coordinate representation of color #A39A5E: hue angle of 52.17º 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 #A39A5E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 94 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.36 |
| HSL | 52.17º | 0.27% | 0.5% | - |
| HSV(B) | 52.17º | 0.42% | 0.64% | - |
| XYZ | 28.68 | 31.71 | 15.2 | - |
| YUV | 149.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 94 | 0 | 0.06 | 0.42 | 0.36 | 52.17 | 0.27 | 0.5 |
| Hex | A3 | 9A | 5E | 0 | 6 | 2A | 24 | 34 | 1B | 32 |
| Octal | 243 | 232 | 136 | 0 | 6 | 52 | 44 | 64 | 33 | 62 |
| Binary | 10100011 | 10011010 | 1011110 | 0 | 110 | 101010 | 100100 | 110100 | 11011 | 110010 |
Color Harmonies of #A39A5E
Complementary color
Monochromatic Colors of #A39A5E
Black with #A39A5E
Text Example
Text Example
White with #A39A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A5E; }
p { color: rgb(163,154,94); }
H1.HeaderClassName
{
color: #A39A5E;
}
.AnyTagClassName
{
color: #A39A5E;
}
</style>
background-color css
<style>
a { background-color: #A39A5E; }
a { background-color: rgb(163,154,94); }
div.DivClassName
{
background-color: #A39A5E;
}
.BgClassName
{
background-color: #A39A5E;
}
</style>
border-color css
<style>
span { border-color: #A39A5E; }
span { border-color: rgb(163,154,94); }
td.TdClassName
{
border-color: #A39A5E;
}
.TagClassName
{
border-color: #A39A5E;
}
</style>