Shades of Lemon Grass #A0A189
Tints of Lemon Grass #A0A189
RGB
CMYK
RGB Variations
Color information
#A0A189 (or 0xA0A189) is known color: Lemon Grass. HEX triplet: A0, A1 and 89. RGB value is (160,161,137). Sum of RGB (Red+Green+Blue) = 160+161+137=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A189 is #5F5E76. Grayscale: #9E9E9E. Windows color (decimal): -6250103 or 9019808. OLE color: 9019808.
HSL color Cylindrical-coordinate representation of color #A0A189: hue angle of 62.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0A189 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 137 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.37 |
| HSL | 62.5º | 0.11% | 0.58% | - |
| HSV(B) | 62.5º | 0.15% | 0.63% | - |
| XYZ | 31.76 | 34.77 | 28.7 | - |
| YUV | 157.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 137 | 0.01 | 0 | 0.15 | 0.37 | 62.5 | 0.11 | 0.58 |
| Hex | A0 | A1 | 89 | 1 | 0 | F | 25 | 3F | B | 3A |
| Octal | 240 | 241 | 211 | 1 | 0 | 17 | 45 | 77 | 13 | 72 |
| Binary | 10100000 | 10100001 | 10001001 | 1 | 0 | 1111 | 100101 | 111111 | 1011 | 111010 |
Color Harmonies of #A0A189
Complementary color
Monochromatic Colors of #A0A189
Black with #A0A189
Text Example
Text Example
White with #A0A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A189; }
p { color: rgb(160,161,137); }
H1.HeaderClassName
{
color: #A0A189;
}
.AnyTagClassName
{
color: #A0A189;
}
</style>
background-color css
<style>
a { background-color: #A0A189; }
a { background-color: rgb(160,161,137); }
div.DivClassName
{
background-color: #A0A189;
}
.BgClassName
{
background-color: #A0A189;
}
</style>
border-color css
<style>
span { border-color: #A0A189; }
span { border-color: rgb(160,161,137); }
td.TdClassName
{
border-color: #A0A189;
}
.TagClassName
{
border-color: #A0A189;
}
</style>