Shades of Green Smoke #A2A56C
Tints of Green Smoke #A2A56C
RGB
CMYK
RGB Variations
Color information
#A2A56C (or 0xA2A56C) is known color: Green Smoke. HEX triplet: A2, A5 and 6C. RGB value is (162,165,108). Sum of RGB (Red+Green+Blue) = 162+165+108=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A56C is #5D5A93. Grayscale: #9D9D9D. Windows color (decimal): -6118036 or 7120290. OLE color: 7120290.
HSL color Cylindrical-coordinate representation of color #A2A56C: hue angle of 63.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2A56C is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 108 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.35 |
| HSL | 63.16º | 0.24% | 0.54% | - |
| HSV(B) | 63.16º | 0.35% | 0.65% | - |
| XYZ | 31.06 | 35.67 | 19.44 | - |
| YUV | 157.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 108 | 0.02 | 0 | 0.35 | 0.35 | 63.16 | 0.24 | 0.54 |
| Hex | A2 | A5 | 6C | 2 | 0 | 23 | 23 | 3F | 18 | 36 |
| Octal | 242 | 245 | 154 | 2 | 0 | 43 | 43 | 77 | 30 | 66 |
| Binary | 10100010 | 10100101 | 1101100 | 10 | 0 | 100011 | 100011 | 111111 | 11000 | 110110 |
Color Harmonies of #A2A56C
Complementary color
Monochromatic Colors of #A2A56C
Black with #A2A56C
Text Example
Text Example
White with #A2A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A56C; }
p { color: rgb(162,165,108); }
H1.HeaderClassName
{
color: #A2A56C;
}
.AnyTagClassName
{
color: #A2A56C;
}
</style>
background-color css
<style>
a { background-color: #A2A56C; }
a { background-color: rgb(162,165,108); }
div.DivClassName
{
background-color: #A2A56C;
}
.BgClassName
{
background-color: #A2A56C;
}
</style>
border-color css
<style>
span { border-color: #A2A56C; }
span { border-color: rgb(162,165,108); }
td.TdClassName
{
border-color: #A2A56C;
}
.TagClassName
{
border-color: #A2A56C;
}
</style>