Shades of Green Smoke #A2A964
Tints of Green Smoke #A2A964
RGB
CMYK
RGB Variations
Color information
#A2A964 (or 0xA2A964) is known color: Green Smoke. HEX triplet: A2, A9 and 64. RGB value is (162,169,100). Sum of RGB (Red+Green+Blue) = 162+169+100=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A964 is #5D569B. Grayscale: #9F9F9F. Windows color (decimal): -6117020 or 6597026. OLE color: 6597026.
HSL color Cylindrical-coordinate representation of color #A2A964: hue angle of 66.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2A964 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 100 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.34 |
| HSL | 66.09º | 0.29% | 0.53% | - |
| HSV(B) | 66.09º | 0.41% | 0.66% | - |
| XYZ | 31.39 | 36.98 | 17.54 | - |
| YUV | 159.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 100 | 0.04 | 0 | 0.41 | 0.34 | 66.09 | 0.29 | 0.53 |
| Hex | A2 | A9 | 64 | 4 | 0 | 29 | 22 | 42 | 1D | 35 |
| Octal | 242 | 251 | 144 | 4 | 0 | 51 | 42 | 102 | 35 | 65 |
| Binary | 10100010 | 10101001 | 1100100 | 100 | 0 | 101001 | 100010 | 1000010 | 11101 | 110101 |
Color Harmonies of #A2A964
Complementary color
Monochromatic Colors of #A2A964
Black with #A2A964
Text Example
Text Example
White with #A2A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A964; }
p { color: rgb(162,169,100); }
H1.HeaderClassName
{
color: #A2A964;
}
.AnyTagClassName
{
color: #A2A964;
}
</style>
background-color css
<style>
a { background-color: #A2A964; }
a { background-color: rgb(162,169,100); }
div.DivClassName
{
background-color: #A2A964;
}
.BgClassName
{
background-color: #A2A964;
}
</style>
border-color css
<style>
span { border-color: #A2A964; }
span { border-color: rgb(162,169,100); }
td.TdClassName
{
border-color: #A2A964;
}
.TagClassName
{
border-color: #A2A964;
}
</style>