Shades of Green Smoke #A2A76E
Tints of Green Smoke #A2A76E
RGB
CMYK
RGB Variations
Color information
#A2A76E (or 0xA2A76E) is known color: Green Smoke. HEX triplet: A2, A7 and 6E. RGB value is (162,167,110). Sum of RGB (Red+Green+Blue) = 162+167+110=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A76E is #5D5891. Grayscale: #9F9F9F. Windows color (decimal): -6117522 or 7251874. OLE color: 7251874.
HSL color Cylindrical-coordinate representation of color #A2A76E: hue angle of 65.26º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2A76E is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 110 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.35 |
| HSL | 65.26º | 0.24% | 0.54% | - |
| HSV(B) | 65.26º | 0.34% | 0.65% | - |
| XYZ | 31.53 | 36.44 | 20.12 | - |
| YUV | 159.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 110 | 0.03 | 0 | 0.34 | 0.35 | 65.26 | 0.24 | 0.54 |
| Hex | A2 | A7 | 6E | 3 | 0 | 22 | 23 | 41 | 18 | 36 |
| Octal | 242 | 247 | 156 | 3 | 0 | 42 | 43 | 101 | 30 | 66 |
| Binary | 10100010 | 10100111 | 1101110 | 11 | 0 | 100010 | 100011 | 1000001 | 11000 | 110110 |
Color Harmonies of #A2A76E
Complementary color
Monochromatic Colors of #A2A76E
Black with #A2A76E
Text Example
Text Example
White with #A2A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A76E; }
p { color: rgb(162,167,110); }
H1.HeaderClassName
{
color: #A2A76E;
}
.AnyTagClassName
{
color: #A2A76E;
}
</style>
background-color css
<style>
a { background-color: #A2A76E; }
a { background-color: rgb(162,167,110); }
div.DivClassName
{
background-color: #A2A76E;
}
.BgClassName
{
background-color: #A2A76E;
}
</style>
border-color css
<style>
span { border-color: #A2A76E; }
span { border-color: rgb(162,167,110); }
td.TdClassName
{
border-color: #A2A76E;
}
.TagClassName
{
border-color: #A2A76E;
}
</style>