Shades of Malachite Green #A09D68
Tints of Malachite Green #A09D68
RGB
CMYK
RGB Variations
Color information
#A09D68 (or 0xA09D68) is known color: Malachite Green. HEX triplet: A0, 9D and 68. RGB value is (160,157,104). Sum of RGB (Red+Green+Blue) = 160+157+104=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D68 is #5F6297. Grayscale: #989898. Windows color (decimal): -6251160 or 6856096. OLE color: 6856096.
HSL color Cylindrical-coordinate representation of color #A09D68: hue angle of 56.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09D68 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 104 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.37 |
| HSL | 56.79º | 0.23% | 0.52% | - |
| HSV(B) | 56.79º | 0.35% | 0.63% | - |
| XYZ | 29.05 | 32.59 | 17.86 | - |
| YUV | 151.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 104 | 0 | 0.02 | 0.35 | 0.37 | 56.79 | 0.23 | 0.52 |
| Hex | A0 | 9D | 68 | 0 | 2 | 23 | 25 | 39 | 17 | 34 |
| Octal | 240 | 235 | 150 | 0 | 2 | 43 | 45 | 71 | 27 | 64 |
| Binary | 10100000 | 10011101 | 1101000 | 0 | 10 | 100011 | 100101 | 111001 | 10111 | 110100 |
Color Harmonies of #A09D68
Complementary color
Monochromatic Colors of #A09D68
Black with #A09D68
Text Example
Text Example
White with #A09D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D68; }
p { color: rgb(160,157,104); }
H1.HeaderClassName
{
color: #A09D68;
}
.AnyTagClassName
{
color: #A09D68;
}
</style>
background-color css
<style>
a { background-color: #A09D68; }
a { background-color: rgb(160,157,104); }
div.DivClassName
{
background-color: #A09D68;
}
.BgClassName
{
background-color: #A09D68;
}
</style>
border-color css
<style>
span { border-color: #A09D68; }
span { border-color: rgb(160,157,104); }
td.TdClassName
{
border-color: #A09D68;
}
.TagClassName
{
border-color: #A09D68;
}
</style>