Shades of Green Smoke #A2A46D
Tints of Green Smoke #A2A46D
RGB
CMYK
RGB Variations
Color information
#A2A46D (or 0xA2A46D) is known color: Green Smoke. HEX triplet: A2, A4 and 6D. RGB value is (162,164,109). Sum of RGB (Red+Green+Blue) = 162+164+109=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A46D is #5D5B92. Grayscale: #9D9D9D. Windows color (decimal): -6118291 or 7185570. OLE color: 7185570.
HSL color Cylindrical-coordinate representation of color #A2A46D: hue angle of 62.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2A46D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 109 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.36 |
| HSL | 62.18º | 0.23% | 0.54% | - |
| HSV(B) | 62.18º | 0.34% | 0.64% | - |
| XYZ | 30.94 | 35.34 | 19.66 | - |
| YUV | 157.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 109 | 0.01 | 0 | 0.34 | 0.36 | 62.18 | 0.23 | 0.54 |
| Hex | A2 | A4 | 6D | 1 | 0 | 22 | 24 | 3E | 17 | 36 |
| Octal | 242 | 244 | 155 | 1 | 0 | 42 | 44 | 76 | 27 | 66 |
| Binary | 10100010 | 10100100 | 1101101 | 1 | 0 | 100010 | 100100 | 111110 | 10111 | 110110 |
Color Harmonies of #A2A46D
Complementary color
Monochromatic Colors of #A2A46D
Black with #A2A46D
Text Example
Text Example
White with #A2A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A46D; }
p { color: rgb(162,164,109); }
H1.HeaderClassName
{
color: #A2A46D;
}
.AnyTagClassName
{
color: #A2A46D;
}
</style>
background-color css
<style>
a { background-color: #A2A46D; }
a { background-color: rgb(162,164,109); }
div.DivClassName
{
background-color: #A2A46D;
}
.BgClassName
{
background-color: #A2A46D;
}
</style>
border-color css
<style>
span { border-color: #A2A46D; }
span { border-color: rgb(162,164,109); }
td.TdClassName
{
border-color: #A2A46D;
}
.TagClassName
{
border-color: #A2A46D;
}
</style>