Shades of Green Smoke #A2A66A
Tints of Green Smoke #A2A66A
RGB
CMYK
RGB Variations
Color information
#A2A66A (or 0xA2A66A) is known color: Green Smoke. HEX triplet: A2, A6 and 6A. RGB value is (162,166,106). Sum of RGB (Red+Green+Blue) = 162+166+106=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A66A is #5D5995. Grayscale: #9E9E9E. Windows color (decimal): -6117782 or 6989474. OLE color: 6989474.
HSL color Cylindrical-coordinate representation of color #A2A66A: hue angle of 64º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2A66A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 106 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.35 |
| HSL | 64º | 0.25% | 0.53% | - |
| HSV(B) | 64º | 0.36% | 0.65% | - |
| XYZ | 31.14 | 35.99 | 18.94 | - |
| YUV | 157.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 106 | 0.02 | 0 | 0.36 | 0.35 | 64 | 0.25 | 0.53 |
| Hex | A2 | A6 | 6A | 2 | 0 | 24 | 23 | 40 | 19 | 35 |
| Octal | 242 | 246 | 152 | 2 | 0 | 44 | 43 | 100 | 31 | 65 |
| Binary | 10100010 | 10100110 | 1101010 | 10 | 0 | 100100 | 100011 | 1000000 | 11001 | 110101 |
Color Harmonies of #A2A66A
Complementary color
Monochromatic Colors of #A2A66A
Black with #A2A66A
Text Example
Text Example
White with #A2A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A66A; }
p { color: rgb(162,166,106); }
H1.HeaderClassName
{
color: #A2A66A;
}
.AnyTagClassName
{
color: #A2A66A;
}
</style>
background-color css
<style>
a { background-color: #A2A66A; }
a { background-color: rgb(162,166,106); }
div.DivClassName
{
background-color: #A2A66A;
}
.BgClassName
{
background-color: #A2A66A;
}
</style>
border-color css
<style>
span { border-color: #A2A66A; }
span { border-color: rgb(162,166,106); }
td.TdClassName
{
border-color: #A2A66A;
}
.TagClassName
{
border-color: #A2A66A;
}
</style>