Shades of Malachite Green #A19D5E
Tints of Malachite Green #A19D5E
RGB
CMYK
RGB Variations
Color information
#A19D5E (or 0xA19D5E) is known color: Malachite Green. HEX triplet: A1, 9D and 5E. RGB value is (161,157,94). Sum of RGB (Red+Green+Blue) = 161+157+94=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D5E is #5E62A1. Grayscale: #979797. Windows color (decimal): -6185634 or 6200737. OLE color: 6200737.
HSL color Cylindrical-coordinate representation of color #A19D5E: hue angle of 56.42º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A19D5E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 94 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.37 |
| HSL | 56.42º | 0.26% | 0.5% | - |
| HSV(B) | 56.42º | 0.42% | 0.63% | - |
| XYZ | 28.78 | 32.5 | 15.35 | - |
| YUV | 151.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 94 | 0 | 0.02 | 0.42 | 0.37 | 56.42 | 0.26 | 0.5 |
| Hex | A1 | 9D | 5E | 0 | 2 | 2A | 25 | 38 | 1A | 32 |
| Octal | 241 | 235 | 136 | 0 | 2 | 52 | 45 | 70 | 32 | 62 |
| Binary | 10100001 | 10011101 | 1011110 | 0 | 10 | 101010 | 100101 | 111000 | 11010 | 110010 |
Color Harmonies of #A19D5E
Complementary color
Monochromatic Colors of #A19D5E
Black with #A19D5E
Text Example
Text Example
White with #A19D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D5E; }
p { color: rgb(161,157,94); }
H1.HeaderClassName
{
color: #A19D5E;
}
.AnyTagClassName
{
color: #A19D5E;
}
</style>
background-color css
<style>
a { background-color: #A19D5E; }
a { background-color: rgb(161,157,94); }
div.DivClassName
{
background-color: #A19D5E;
}
.BgClassName
{
background-color: #A19D5E;
}
</style>
border-color css
<style>
span { border-color: #A19D5E; }
span { border-color: rgb(161,157,94); }
td.TdClassName
{
border-color: #A19D5E;
}
.TagClassName
{
border-color: #A19D5E;
}
</style>