Shades of Green Smoke #A2A96E
Tints of Green Smoke #A2A96E
RGB
CMYK
RGB Variations
Color information
#A2A96E (or 0xA2A96E) is known color: Green Smoke. HEX triplet: A2, A9 and 6E. RGB value is (162,169,110). Sum of RGB (Red+Green+Blue) = 162+169+110=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A96E is #5D5691. Grayscale: #A0A0A0. Windows color (decimal): -6117010 or 7252386. OLE color: 7252386.
HSL color Cylindrical-coordinate representation of color #A2A96E: hue angle of 67.12º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2A96E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 110 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.34 |
| HSL | 67.12º | 0.26% | 0.55% | - |
| HSV(B) | 67.12º | 0.35% | 0.66% | - |
| XYZ | 31.9 | 37.18 | 20.25 | - |
| YUV | 160.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 110 | 0.04 | 0 | 0.35 | 0.34 | 67.12 | 0.26 | 0.55 |
| Hex | A2 | A9 | 6E | 4 | 0 | 23 | 22 | 43 | 1A | 37 |
| Octal | 242 | 251 | 156 | 4 | 0 | 43 | 42 | 103 | 32 | 67 |
| Binary | 10100010 | 10101001 | 1101110 | 100 | 0 | 100011 | 100010 | 1000011 | 11010 | 110111 |
Color Harmonies of #A2A96E
Complementary color
Monochromatic Colors of #A2A96E
Black with #A2A96E
Text Example
Text Example
White with #A2A96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A96E; }
p { color: rgb(162,169,110); }
H1.HeaderClassName
{
color: #A2A96E;
}
.AnyTagClassName
{
color: #A2A96E;
}
</style>
background-color css
<style>
a { background-color: #A2A96E; }
a { background-color: rgb(162,169,110); }
div.DivClassName
{
background-color: #A2A96E;
}
.BgClassName
{
background-color: #A2A96E;
}
</style>
border-color css
<style>
span { border-color: #A2A96E; }
span { border-color: rgb(162,169,110); }
td.TdClassName
{
border-color: #A2A96E;
}
.TagClassName
{
border-color: #A2A96E;
}
</style>