Shades of Green Smoke #A2A56D
Tints of Green Smoke #A2A56D
RGB
CMYK
RGB Variations
Color information
#A2A56D (or 0xA2A56D) is known color: Green Smoke. HEX triplet: A2, A5 and 6D. RGB value is (162,165,109). Sum of RGB (Red+Green+Blue) = 162+165+109=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A56D is #5D5A92. Grayscale: #9D9D9D. Windows color (decimal): -6118035 or 7185826. OLE color: 7185826.
HSL color Cylindrical-coordinate representation of color #A2A56D: hue angle of 63.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2A56D is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 109 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.35 |
| HSL | 63.21º | 0.24% | 0.54% | - |
| HSV(B) | 63.21º | 0.34% | 0.65% | - |
| XYZ | 31.12 | 35.7 | 19.72 | - |
| YUV | 157.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 109 | 0.02 | 0 | 0.34 | 0.35 | 63.21 | 0.24 | 0.54 |
| Hex | A2 | A5 | 6D | 2 | 0 | 22 | 23 | 3F | 18 | 36 |
| Octal | 242 | 245 | 155 | 2 | 0 | 42 | 43 | 77 | 30 | 66 |
| Binary | 10100010 | 10100101 | 1101101 | 10 | 0 | 100010 | 100011 | 111111 | 11000 | 110110 |
Color Harmonies of #A2A56D
Complementary color
Monochromatic Colors of #A2A56D
Black with #A2A56D
Text Example
Text Example
White with #A2A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A56D; }
p { color: rgb(162,165,109); }
H1.HeaderClassName
{
color: #A2A56D;
}
.AnyTagClassName
{
color: #A2A56D;
}
</style>
background-color css
<style>
a { background-color: #A2A56D; }
a { background-color: rgb(162,165,109); }
div.DivClassName
{
background-color: #A2A56D;
}
.BgClassName
{
background-color: #A2A56D;
}
</style>
border-color css
<style>
span { border-color: #A2A56D; }
span { border-color: rgb(162,165,109); }
td.TdClassName
{
border-color: #A2A56D;
}
.TagClassName
{
border-color: #A2A56D;
}
</style>