Shades of Green Smoke #A2A961
Tints of Green Smoke #A2A961
RGB
CMYK
RGB Variations
Color information
#A2A961 (or 0xA2A961) is known color: Green Smoke. HEX triplet: A2, A9 and 61. RGB value is (162,169,97). Sum of RGB (Red+Green+Blue) = 162+169+97=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A961 is #5D569E. Grayscale: #9E9E9E. Windows color (decimal): -6117023 or 6400418. OLE color: 6400418.
HSL color Cylindrical-coordinate representation of color #A2A961: hue angle of 65.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2A961 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 97 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.34 |
| HSL | 65.83º | 0.3% | 0.52% | - |
| HSV(B) | 65.83º | 0.43% | 0.66% | - |
| XYZ | 31.25 | 36.92 | 16.79 | - |
| YUV | 158.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 97 | 0.04 | 0 | 0.43 | 0.34 | 65.83 | 0.3 | 0.52 |
| Hex | A2 | A9 | 61 | 4 | 0 | 2B | 22 | 42 | 1E | 34 |
| Octal | 242 | 251 | 141 | 4 | 0 | 53 | 42 | 102 | 36 | 64 |
| Binary | 10100010 | 10101001 | 1100001 | 100 | 0 | 101011 | 100010 | 1000010 | 11110 | 110100 |
Color Harmonies of #A2A961
Complementary color
Monochromatic Colors of #A2A961
Black with #A2A961
Text Example
Text Example
White with #A2A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A961; }
p { color: rgb(162,169,97); }
H1.HeaderClassName
{
color: #A2A961;
}
.AnyTagClassName
{
color: #A2A961;
}
</style>
background-color css
<style>
a { background-color: #A2A961; }
a { background-color: rgb(162,169,97); }
div.DivClassName
{
background-color: #A2A961;
}
.BgClassName
{
background-color: #A2A961;
}
</style>
border-color css
<style>
span { border-color: #A2A961; }
span { border-color: rgb(162,169,97); }
td.TdClassName
{
border-color: #A2A961;
}
.TagClassName
{
border-color: #A2A961;
}
</style>