Shades of Malachite Green #A1A169
Tints of Malachite Green #A1A169
RGB
CMYK
RGB Variations
Color information
#A1A169 (or 0xA1A169) is known color: Malachite Green. HEX triplet: A1, A1 and 69. RGB value is (161,161,105). Sum of RGB (Red+Green+Blue) = 161+161+105=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A169 is #5E5E96. Grayscale: #9A9A9A. Windows color (decimal): -6184599 or 6922657. OLE color: 6922657.
HSL color Cylindrical-coordinate representation of color #A1A169: hue angle of 60º 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 #A1A169 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 105 | - |
| CMYK | 0 | 0 | 0.35 | 0.37 |
| HSL | 60º | 0.23% | 0.52% | - |
| HSV(B) | 60º | 0.35% | 0.63% | - |
| XYZ | 29.99 | 34.09 | 18.36 | - |
| YUV | 154.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 105 | 0 | 0 | 0.35 | 0.37 | 60 | 0.23 | 0.52 |
| Hex | A1 | A1 | 69 | 0 | 0 | 23 | 25 | 3C | 17 | 34 |
| Octal | 241 | 241 | 151 | 0 | 0 | 43 | 45 | 74 | 27 | 64 |
| Binary | 10100001 | 10100001 | 1101001 | 0 | 0 | 100011 | 100101 | 111100 | 10111 | 110100 |
Color Harmonies of #A1A169
Complementary color
Monochromatic Colors of #A1A169
Black with #A1A169
Text Example
Text Example
White with #A1A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A169; }
p { color: rgb(161,161,105); }
H1.HeaderClassName
{
color: #A1A169;
}
.AnyTagClassName
{
color: #A1A169;
}
</style>
background-color css
<style>
a { background-color: #A1A169; }
a { background-color: rgb(161,161,105); }
div.DivClassName
{
background-color: #A1A169;
}
.BgClassName
{
background-color: #A1A169;
}
</style>
border-color css
<style>
span { border-color: #A1A169; }
span { border-color: rgb(161,161,105); }
td.TdClassName
{
border-color: #A1A169;
}
.TagClassName
{
border-color: #A1A169;
}
</style>