Shades of Malachite Green #A09F6B
Tints of Malachite Green #A09F6B
RGB
CMYK
RGB Variations
Color information
#A09F6B (or 0xA09F6B) is known color: Malachite Green. HEX triplet: A0, 9F and 6B. RGB value is (160,159,107). Sum of RGB (Red+Green+Blue) = 160+159+107=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F6B is #5F6094. Grayscale: #999999. Windows color (decimal): -6250645 or 7053216. OLE color: 7053216.
HSL color Cylindrical-coordinate representation of color #A09F6B: hue angle of 58.87º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09F6B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 107 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.37 |
| HSL | 58.87º | 0.22% | 0.52% | - |
| HSV(B) | 58.87º | 0.33% | 0.63% | - |
| XYZ | 29.55 | 33.33 | 18.79 | - |
| YUV | 153.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 107 | 0 | 0.01 | 0.33 | 0.37 | 58.87 | 0.22 | 0.52 |
| Hex | A0 | 9F | 6B | 0 | 1 | 21 | 25 | 3B | 16 | 34 |
| Octal | 240 | 237 | 153 | 0 | 1 | 41 | 45 | 73 | 26 | 64 |
| Binary | 10100000 | 10011111 | 1101011 | 0 | 1 | 100001 | 100101 | 111011 | 10110 | 110100 |
Color Harmonies of #A09F6B
Complementary color
Monochromatic Colors of #A09F6B
Black with #A09F6B
Text Example
Text Example
White with #A09F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F6B; }
p { color: rgb(160,159,107); }
H1.HeaderClassName
{
color: #A09F6B;
}
.AnyTagClassName
{
color: #A09F6B;
}
</style>
background-color css
<style>
a { background-color: #A09F6B; }
a { background-color: rgb(160,159,107); }
div.DivClassName
{
background-color: #A09F6B;
}
.BgClassName
{
background-color: #A09F6B;
}
</style>
border-color css
<style>
span { border-color: #A09F6B; }
span { border-color: rgb(160,159,107); }
td.TdClassName
{
border-color: #A09F6B;
}
.TagClassName
{
border-color: #A09F6B;
}
</style>