Shades of Green Smoke #A2A36D
Tints of Green Smoke #A2A36D
RGB
CMYK
RGB Variations
Color information
#A2A36D (or 0xA2A36D) is known color: Green Smoke. HEX triplet: A2, A3 and 6D. RGB value is (162,163,109). Sum of RGB (Red+Green+Blue) = 162+163+109=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A36D is #5D5C92. Grayscale: #9C9C9C. Windows color (decimal): -6118547 or 7185314. OLE color: 7185314.
HSL color Cylindrical-coordinate representation of color #A2A36D: hue angle of 61.11º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A36D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 109 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.36 |
| HSL | 61.11º | 0.23% | 0.53% | - |
| HSV(B) | 61.11º | 0.33% | 0.64% | - |
| XYZ | 30.76 | 34.98 | 19.6 | - |
| YUV | 156.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 109 | 0.01 | 0 | 0.33 | 0.36 | 61.11 | 0.23 | 0.53 |
| Hex | A2 | A3 | 6D | 1 | 0 | 21 | 24 | 3D | 17 | 35 |
| Octal | 242 | 243 | 155 | 1 | 0 | 41 | 44 | 75 | 27 | 65 |
| Binary | 10100010 | 10100011 | 1101101 | 1 | 0 | 100001 | 100100 | 111101 | 10111 | 110101 |
Color Harmonies of #A2A36D
Complementary color
Monochromatic Colors of #A2A36D
Black with #A2A36D
Text Example
Text Example
White with #A2A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A36D; }
p { color: rgb(162,163,109); }
H1.HeaderClassName
{
color: #A2A36D;
}
.AnyTagClassName
{
color: #A2A36D;
}
</style>
background-color css
<style>
a { background-color: #A2A36D; }
a { background-color: rgb(162,163,109); }
div.DivClassName
{
background-color: #A2A36D;
}
.BgClassName
{
background-color: #A2A36D;
}
</style>
border-color css
<style>
span { border-color: #A2A36D; }
span { border-color: rgb(162,163,109); }
td.TdClassName
{
border-color: #A2A36D;
}
.TagClassName
{
border-color: #A2A36D;
}
</style>