Shades of Green Smoke #A2A659
Tints of Green Smoke #A2A659
RGB
CMYK
RGB Variations
Color information
#A2A659 (or 0xA2A659) is known color: Green Smoke. HEX triplet: A2, A6 and 59. RGB value is (162,166,89). Sum of RGB (Red+Green+Blue) = 162+166+89=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A659 is #5D59A6. Grayscale: #9C9C9C. Windows color (decimal): -6117799 or 5875362. OLE color: 5875362.
HSL color Cylindrical-coordinate representation of color #A2A659: hue angle of 63.12º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2A659 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 89 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.35 |
| HSL | 63.12º | 0.3% | 0.5% | - |
| HSV(B) | 63.12º | 0.46% | 0.65% | - |
| XYZ | 30.34 | 35.68 | 14.74 | - |
| YUV | 156.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 89 | 0.02 | 0 | 0.46 | 0.35 | 63.12 | 0.3 | 0.5 |
| Hex | A2 | A6 | 59 | 2 | 0 | 2E | 23 | 3F | 1E | 32 |
| Octal | 242 | 246 | 131 | 2 | 0 | 56 | 43 | 77 | 36 | 62 |
| Binary | 10100010 | 10100110 | 1011001 | 10 | 0 | 101110 | 100011 | 111111 | 11110 | 110010 |
Color Harmonies of #A2A659
Complementary color
Monochromatic Colors of #A2A659
Black with #A2A659
Text Example
Text Example
White with #A2A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A659; }
p { color: rgb(162,166,89); }
H1.HeaderClassName
{
color: #A2A659;
}
.AnyTagClassName
{
color: #A2A659;
}
</style>
background-color css
<style>
a { background-color: #A2A659; }
a { background-color: rgb(162,166,89); }
div.DivClassName
{
background-color: #A2A659;
}
.BgClassName
{
background-color: #A2A659;
}
</style>
border-color css
<style>
span { border-color: #A2A659; }
span { border-color: rgb(162,166,89); }
td.TdClassName
{
border-color: #A2A659;
}
.TagClassName
{
border-color: #A2A659;
}
</style>