Shades of Lemon Grass #A0A088
Tints of Lemon Grass #A0A088
RGB
CMYK
RGB Variations
Color information
#A0A088 (or 0xA0A088) is known color: Lemon Grass. HEX triplet: A0, A0 and 88. RGB value is (160,160,136). Sum of RGB (Red+Green+Blue) = 160+160+136=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A088 is #5F5F77. Grayscale: #9D9D9D. Windows color (decimal): -6250360 or 8954016. OLE color: 8954016.
HSL color Cylindrical-coordinate representation of color #A0A088: hue angle of 60º 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 #A0A088 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 136 | - |
| CMYK | 0 | 0 | 0.15 | 0.37 |
| HSL | 60º | 0.11% | 0.58% | - |
| HSV(B) | 60º | 0.15% | 0.63% | - |
| XYZ | 31.51 | 34.39 | 28.27 | - |
| YUV | 157.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 136 | 0 | 0 | 0.15 | 0.37 | 60 | 0.11 | 0.58 |
| Hex | A0 | A0 | 88 | 0 | 0 | F | 25 | 3C | B | 3A |
| Octal | 240 | 240 | 210 | 0 | 0 | 17 | 45 | 74 | 13 | 72 |
| Binary | 10100000 | 10100000 | 10001000 | 0 | 0 | 1111 | 100101 | 111100 | 1011 | 111010 |
Color Harmonies of #A0A088
Complementary color
Monochromatic Colors of #A0A088
Black with #A0A088
Text Example
Text Example
White with #A0A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A088; }
p { color: rgb(160,160,136); }
H1.HeaderClassName
{
color: #A0A088;
}
.AnyTagClassName
{
color: #A0A088;
}
</style>
background-color css
<style>
a { background-color: #A0A088; }
a { background-color: rgb(160,160,136); }
div.DivClassName
{
background-color: #A0A088;
}
.BgClassName
{
background-color: #A0A088;
}
</style>
border-color css
<style>
span { border-color: #A0A088; }
span { border-color: rgb(160,160,136); }
td.TdClassName
{
border-color: #A0A088;
}
.TagClassName
{
border-color: #A0A088;
}
</style>