Shades of Malachite Green #A39A5F
Tints of Malachite Green #A39A5F
RGB
CMYK
RGB Variations
Color information
#A39A5F (or 0xA39A5F) is known color: Malachite Green. HEX triplet: A3, 9A and 5F. RGB value is (163,154,95). Sum of RGB (Red+Green+Blue) = 163+154+95=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A5F is #5C65A0. Grayscale: #969696. Windows color (decimal): -6055329 or 6265507. OLE color: 6265507.
HSL color Cylindrical-coordinate representation of color #A39A5F: hue angle of 52.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A39A5F is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 95 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.36 |
| HSL | 52.06º | 0.27% | 0.51% | - |
| HSV(B) | 52.06º | 0.42% | 0.64% | - |
| XYZ | 28.73 | 31.72 | 15.44 | - |
| YUV | 149.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 95 | 0 | 0.06 | 0.42 | 0.36 | 52.06 | 0.27 | 0.51 |
| Hex | A3 | 9A | 5F | 0 | 6 | 2A | 24 | 34 | 1B | 33 |
| Octal | 243 | 232 | 137 | 0 | 6 | 52 | 44 | 64 | 33 | 63 |
| Binary | 10100011 | 10011010 | 1011111 | 0 | 110 | 101010 | 100100 | 110100 | 11011 | 110011 |
Color Harmonies of #A39A5F
Complementary color
Monochromatic Colors of #A39A5F
Black with #A39A5F
Text Example
Text Example
White with #A39A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A5F; }
p { color: rgb(163,154,95); }
H1.HeaderClassName
{
color: #A39A5F;
}
.AnyTagClassName
{
color: #A39A5F;
}
</style>
background-color css
<style>
a { background-color: #A39A5F; }
a { background-color: rgb(163,154,95); }
div.DivClassName
{
background-color: #A39A5F;
}
.BgClassName
{
background-color: #A39A5F;
}
</style>
border-color css
<style>
span { border-color: #A39A5F; }
span { border-color: rgb(163,154,95); }
td.TdClassName
{
border-color: #A39A5F;
}
.TagClassName
{
border-color: #A39A5F;
}
</style>