Shades of Green Smoke #A2A64E
Tints of Green Smoke #A2A64E
RGB
CMYK
RGB Variations
Color information
#A2A64E (or 0xA2A64E) is known color: Green Smoke. HEX triplet: A2, A6 and 4E. RGB value is (162,166,78). Sum of RGB (Red+Green+Blue) = 162+166+78=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A64E is #5D59B1. Grayscale: #9B9B9B. Windows color (decimal): -6117810 or 5154466. OLE color: 5154466.
HSL color Cylindrical-coordinate representation of color #A2A64E: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2A64E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 78 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.35 |
| HSL | 62.73º | 0.36% | 0.48% | - |
| HSV(B) | 62.73º | 0.53% | 0.65% | - |
| XYZ | 29.91 | 35.5 | 12.48 | - |
| YUV | 154.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 78 | 0.02 | 0 | 0.53 | 0.35 | 62.73 | 0.36 | 0.48 |
| Hex | A2 | A6 | 4E | 2 | 0 | 35 | 23 | 3F | 24 | 30 |
| Octal | 242 | 246 | 116 | 2 | 0 | 65 | 43 | 77 | 44 | 60 |
| Binary | 10100010 | 10100110 | 1001110 | 10 | 0 | 110101 | 100011 | 111111 | 100100 | 110000 |
Color Harmonies of #A2A64E
Complementary color
Monochromatic Colors of #A2A64E
Black with #A2A64E
Text Example
Text Example
White with #A2A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A64E; }
p { color: rgb(162,166,78); }
H1.HeaderClassName
{
color: #A2A64E;
}
.AnyTagClassName
{
color: #A2A64E;
}
</style>
background-color css
<style>
a { background-color: #A2A64E; }
a { background-color: rgb(162,166,78); }
div.DivClassName
{
background-color: #A2A64E;
}
.BgClassName
{
background-color: #A2A64E;
}
</style>
border-color css
<style>
span { border-color: #A2A64E; }
span { border-color: rgb(162,166,78); }
td.TdClassName
{
border-color: #A2A64E;
}
.TagClassName
{
border-color: #A2A64E;
}
</style>