Shades of Green Smoke #A0A059
Tints of Green Smoke #A0A059
RGB
CMYK
RGB Variations
Color information
#A0A059 (or 0xA0A059) is known color: Green Smoke. HEX triplet: A0, A0 and 59. RGB value is (160,160,89). Sum of RGB (Red+Green+Blue) = 160+160+89=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A059 is #5F5FA6. Grayscale: #989898. Windows color (decimal): -6250407 or 5873824. OLE color: 5873824.
HSL color Cylindrical-coordinate representation of color #A0A059: hue angle of 60º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A059 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 89 | - |
| CMYK | 0 | 0 | 0.44 | 0.37 |
| HSL | 60º | 0.29% | 0.49% | - |
| HSV(B) | 60º | 0.44% | 0.63% | - |
| XYZ | 28.87 | 33.34 | 14.36 | - |
| YUV | 151.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 89 | 0 | 0 | 0.44 | 0.37 | 60 | 0.29 | 0.49 |
| Hex | A0 | A0 | 59 | 0 | 0 | 2C | 25 | 3C | 1D | 31 |
| Octal | 240 | 240 | 131 | 0 | 0 | 54 | 45 | 74 | 35 | 61 |
| Binary | 10100000 | 10100000 | 1011001 | 0 | 0 | 101100 | 100101 | 111100 | 11101 | 110001 |
Color Harmonies of #A0A059
Complementary color
Monochromatic Colors of #A0A059
Black with #A0A059
Text Example
Text Example
White with #A0A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A059; }
p { color: rgb(160,160,89); }
H1.HeaderClassName
{
color: #A0A059;
}
.AnyTagClassName
{
color: #A0A059;
}
</style>
background-color css
<style>
a { background-color: #A0A059; }
a { background-color: rgb(160,160,89); }
div.DivClassName
{
background-color: #A0A059;
}
.BgClassName
{
background-color: #A0A059;
}
</style>
border-color css
<style>
span { border-color: #A0A059; }
span { border-color: rgb(160,160,89); }
td.TdClassName
{
border-color: #A0A059;
}
.TagClassName
{
border-color: #A0A059;
}
</style>