Shades of Malachite Green #A5A069
Tints of Malachite Green #A5A069
RGB
CMYK
RGB Variations
Color information
#A5A069 (or 0xA5A069) is known color: Malachite Green. HEX triplet: A5, A0 and 69. RGB value is (165,160,105). Sum of RGB (Red+Green+Blue) = 165+160+105=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A069 is #5A5F96. Grayscale: #9B9B9B. Windows color (decimal): -5922711 or 6922405. OLE color: 6922405.
HSL color Cylindrical-coordinate representation of color #A5A069: hue angle of 55º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5A069 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 105 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.35 |
| HSL | 55º | 0.25% | 0.53% | - |
| HSV(B) | 55º | 0.36% | 0.65% | - |
| XYZ | 30.64 | 34.16 | 18.34 | - |
| YUV | 155.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 105 | 0 | 0.03 | 0.36 | 0.35 | 55 | 0.25 | 0.53 |
| Hex | A5 | A0 | 69 | 0 | 3 | 24 | 23 | 37 | 19 | 35 |
| Octal | 245 | 240 | 151 | 0 | 3 | 44 | 43 | 67 | 31 | 65 |
| Binary | 10100101 | 10100000 | 1101001 | 0 | 11 | 100100 | 100011 | 110111 | 11001 | 110101 |
Color Harmonies of #A5A069
Complementary color
Monochromatic Colors of #A5A069
Black with #A5A069
Text Example
Text Example
White with #A5A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A069; }
p { color: rgb(165,160,105); }
H1.HeaderClassName
{
color: #A5A069;
}
.AnyTagClassName
{
color: #A5A069;
}
</style>
background-color css
<style>
a { background-color: #A5A069; }
a { background-color: rgb(165,160,105); }
div.DivClassName
{
background-color: #A5A069;
}
.BgClassName
{
background-color: #A5A069;
}
</style>
border-color css
<style>
span { border-color: #A5A069; }
span { border-color: rgb(165,160,105); }
td.TdClassName
{
border-color: #A5A069;
}
.TagClassName
{
border-color: #A5A069;
}
</style>