Shades of Green Smoke #A2AD6C
Tints of Green Smoke #A2AD6C
RGB
CMYK
RGB Variations
Color information
#A2AD6C (or 0xA2AD6C) is known color: Green Smoke. HEX triplet: A2, AD and 6C. RGB value is (162,173,108). Sum of RGB (Red+Green+Blue) = 162+173+108=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD6C is #5D5293. Grayscale: #A2A2A2. Windows color (decimal): -6115988 or 7122338. OLE color: 7122338.
HSL color Cylindrical-coordinate representation of color #A2AD6C: hue angle of 70.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2AD6C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 108 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.32 |
| HSL | 70.15º | 0.28% | 0.55% | - |
| HSV(B) | 70.15º | 0.38% | 0.68% | - |
| XYZ | 32.55 | 38.65 | 19.93 | - |
| YUV | 162.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 108 | 0.06 | 0 | 0.38 | 0.32 | 70.15 | 0.28 | 0.55 |
| Hex | A2 | AD | 6C | 6 | 0 | 26 | 20 | 46 | 1C | 37 |
| Octal | 242 | 255 | 154 | 6 | 0 | 46 | 40 | 106 | 34 | 67 |
| Binary | 10100010 | 10101101 | 1101100 | 110 | 0 | 100110 | 100000 | 1000110 | 11100 | 110111 |
Color Harmonies of #A2AD6C
Complementary color
Monochromatic Colors of #A2AD6C
Black with #A2AD6C
Text Example
Text Example
White with #A2AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD6C; }
p { color: rgb(162,173,108); }
H1.HeaderClassName
{
color: #A2AD6C;
}
.AnyTagClassName
{
color: #A2AD6C;
}
</style>
background-color css
<style>
a { background-color: #A2AD6C; }
a { background-color: rgb(162,173,108); }
div.DivClassName
{
background-color: #A2AD6C;
}
.BgClassName
{
background-color: #A2AD6C;
}
</style>
border-color css
<style>
span { border-color: #A2AD6C; }
span { border-color: rgb(162,173,108); }
td.TdClassName
{
border-color: #A2AD6C;
}
.TagClassName
{
border-color: #A2AD6C;
}
</style>