Shades of Green Smoke #A2A959
Tints of Green Smoke #A2A959
RGB
CMYK
RGB Variations
Color information
#A2A959 (or 0xA2A959) is known color: Green Smoke. HEX triplet: A2, A9 and 59. RGB value is (162,169,89). Sum of RGB (Red+Green+Blue) = 162+169+89=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A959 is #5D56A6. Grayscale: #9E9E9E. Windows color (decimal): -6117031 or 5876130. OLE color: 5876130.
HSL color Cylindrical-coordinate representation of color #A2A959: hue angle of 65.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2A959 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 89 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.34 |
| HSL | 65.25º | 0.32% | 0.51% | - |
| HSV(B) | 65.25º | 0.47% | 0.66% | - |
| XYZ | 30.89 | 36.78 | 14.92 | - |
| YUV | 157.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 89 | 0.04 | 0 | 0.47 | 0.34 | 65.25 | 0.32 | 0.51 |
| Hex | A2 | A9 | 59 | 4 | 0 | 2F | 22 | 41 | 20 | 33 |
| Octal | 242 | 251 | 131 | 4 | 0 | 57 | 42 | 101 | 40 | 63 |
| Binary | 10100010 | 10101001 | 1011001 | 100 | 0 | 101111 | 100010 | 1000001 | 100000 | 110011 |
Color Harmonies of #A2A959
Complementary color
Monochromatic Colors of #A2A959
Black with #A2A959
Text Example
Text Example
White with #A2A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A959; }
p { color: rgb(162,169,89); }
H1.HeaderClassName
{
color: #A2A959;
}
.AnyTagClassName
{
color: #A2A959;
}
</style>
background-color css
<style>
a { background-color: #A2A959; }
a { background-color: rgb(162,169,89); }
div.DivClassName
{
background-color: #A2A959;
}
.BgClassName
{
background-color: #A2A959;
}
</style>
border-color css
<style>
span { border-color: #A2A959; }
span { border-color: rgb(162,169,89); }
td.TdClassName
{
border-color: #A2A959;
}
.TagClassName
{
border-color: #A2A959;
}
</style>