Shades of Malachite Green #A5A36F
Tints of Malachite Green #A5A36F
RGB
CMYK
RGB Variations
Color information
#A5A36F (or 0xA5A36F) is known color: Malachite Green. HEX triplet: A5, A3 and 6F. RGB value is (165,163,111). Sum of RGB (Red+Green+Blue) = 165+163+111=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A36F is #5A5C90. Grayscale: #9D9D9D. Windows color (decimal): -5921937 or 7316389. OLE color: 7316389.
HSL color Cylindrical-coordinate representation of color #A5A36F: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A36F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 111 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.35 |
| HSL | 57.78º | 0.23% | 0.54% | - |
| HSV(B) | 57.78º | 0.33% | 0.65% | - |
| XYZ | 31.48 | 35.34 | 20.2 | - |
| YUV | 157.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 111 | 0 | 0.01 | 0.33 | 0.35 | 57.78 | 0.23 | 0.54 |
| Hex | A5 | A3 | 6F | 0 | 1 | 21 | 23 | 3A | 17 | 36 |
| Octal | 245 | 243 | 157 | 0 | 1 | 41 | 43 | 72 | 27 | 66 |
| Binary | 10100101 | 10100011 | 1101111 | 0 | 1 | 100001 | 100011 | 111010 | 10111 | 110110 |
Color Harmonies of #A5A36F
Complementary color
Monochromatic Colors of #A5A36F
Black with #A5A36F
Text Example
Text Example
White with #A5A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A36F; }
p { color: rgb(165,163,111); }
H1.HeaderClassName
{
color: #A5A36F;
}
.AnyTagClassName
{
color: #A5A36F;
}
</style>
background-color css
<style>
a { background-color: #A5A36F; }
a { background-color: rgb(165,163,111); }
div.DivClassName
{
background-color: #A5A36F;
}
.BgClassName
{
background-color: #A5A36F;
}
</style>
border-color css
<style>
span { border-color: #A5A36F; }
span { border-color: rgb(165,163,111); }
td.TdClassName
{
border-color: #A5A36F;
}
.TagClassName
{
border-color: #A5A36F;
}
</style>