Shades of Green Smoke #A2AA4E
Tints of Green Smoke #A2AA4E
RGB
CMYK
RGB Variations
Color information
#A2AA4E (or 0xA2AA4E) is known color: Green Smoke. HEX triplet: A2, AA and 4E. RGB value is (162,170,78). Sum of RGB (Red+Green+Blue) = 162+170+78=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA4E is #5D55B1. Grayscale: #9D9D9D. Windows color (decimal): -6116786 or 5155490. OLE color: 5155490.
HSL color Cylindrical-coordinate representation of color #A2AA4E: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2AA4E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 78 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.33 |
| HSL | 65.22º | 0.37% | 0.49% | - |
| HSV(B) | 65.22º | 0.54% | 0.67% | - |
| XYZ | 30.65 | 36.98 | 12.73 | - |
| YUV | 157.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 78 | 0.05 | 0 | 0.54 | 0.33 | 65.22 | 0.37 | 0.49 |
| Hex | A2 | AA | 4E | 5 | 0 | 36 | 21 | 41 | 25 | 31 |
| Octal | 242 | 252 | 116 | 5 | 0 | 66 | 41 | 101 | 45 | 61 |
| Binary | 10100010 | 10101010 | 1001110 | 101 | 0 | 110110 | 100001 | 1000001 | 100101 | 110001 |
Color Harmonies of #A2AA4E
Complementary color
Monochromatic Colors of #A2AA4E
Black with #A2AA4E
Text Example
Text Example
White with #A2AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA4E; }
p { color: rgb(162,170,78); }
H1.HeaderClassName
{
color: #A2AA4E;
}
.AnyTagClassName
{
color: #A2AA4E;
}
</style>
background-color css
<style>
a { background-color: #A2AA4E; }
a { background-color: rgb(162,170,78); }
div.DivClassName
{
background-color: #A2AA4E;
}
.BgClassName
{
background-color: #A2AA4E;
}
</style>
border-color css
<style>
span { border-color: #A2AA4E; }
span { border-color: rgb(162,170,78); }
td.TdClassName
{
border-color: #A2AA4E;
}
.TagClassName
{
border-color: #A2AA4E;
}
</style>