Shades of Malachite Green #A19D5F
Tints of Malachite Green #A19D5F
RGB
CMYK
RGB Variations
Color information
#A19D5F (or 0xA19D5F) is known color: Malachite Green. HEX triplet: A1, 9D and 5F. RGB value is (161,157,95). Sum of RGB (Red+Green+Blue) = 161+157+95=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D5F is #5E62A0. Grayscale: #979797. Windows color (decimal): -6185633 or 6266273. OLE color: 6266273.
HSL color Cylindrical-coordinate representation of color #A19D5F: hue angle of 56.36º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A19D5F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 95 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.37 |
| HSL | 56.36º | 0.26% | 0.5% | - |
| HSV(B) | 56.36º | 0.41% | 0.63% | - |
| XYZ | 28.82 | 32.52 | 15.58 | - |
| YUV | 151.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 95 | 0 | 0.02 | 0.41 | 0.37 | 56.36 | 0.26 | 0.5 |
| Hex | A1 | 9D | 5F | 0 | 2 | 29 | 25 | 38 | 1A | 32 |
| Octal | 241 | 235 | 137 | 0 | 2 | 51 | 45 | 70 | 32 | 62 |
| Binary | 10100001 | 10011101 | 1011111 | 0 | 10 | 101001 | 100101 | 111000 | 11010 | 110010 |
Color Harmonies of #A19D5F
Complementary color
Monochromatic Colors of #A19D5F
Black with #A19D5F
Text Example
Text Example
White with #A19D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D5F; }
p { color: rgb(161,157,95); }
H1.HeaderClassName
{
color: #A19D5F;
}
.AnyTagClassName
{
color: #A19D5F;
}
</style>
background-color css
<style>
a { background-color: #A19D5F; }
a { background-color: rgb(161,157,95); }
div.DivClassName
{
background-color: #A19D5F;
}
.BgClassName
{
background-color: #A19D5F;
}
</style>
border-color css
<style>
span { border-color: #A19D5F; }
span { border-color: rgb(161,157,95); }
td.TdClassName
{
border-color: #A19D5F;
}
.TagClassName
{
border-color: #A19D5F;
}
</style>