Shades of Green Smoke #A2A85E
Tints of Green Smoke #A2A85E
RGB
CMYK
RGB Variations
Color information
#A2A85E (or 0xA2A85E) is known color: Green Smoke. HEX triplet: A2, A8 and 5E. RGB value is (162,168,94). Sum of RGB (Red+Green+Blue) = 162+168+94=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A85E is #5D57A1. Grayscale: #9E9E9E. Windows color (decimal): -6117282 or 6203554. OLE color: 6203554.
HSL color Cylindrical-coordinate representation of color #A2A85E: hue angle of 64.86º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2A85E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 94 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.34 |
| HSL | 64.86º | 0.3% | 0.51% | - |
| HSV(B) | 64.86º | 0.44% | 0.66% | - |
| XYZ | 30.92 | 36.49 | 16 | - |
| YUV | 157.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 94 | 0.04 | 0 | 0.44 | 0.34 | 64.86 | 0.3 | 0.51 |
| Hex | A2 | A8 | 5E | 4 | 0 | 2C | 22 | 41 | 1E | 33 |
| Octal | 242 | 250 | 136 | 4 | 0 | 54 | 42 | 101 | 36 | 63 |
| Binary | 10100010 | 10101000 | 1011110 | 100 | 0 | 101100 | 100010 | 1000001 | 11110 | 110011 |
Color Harmonies of #A2A85E
Complementary color
Monochromatic Colors of #A2A85E
Black with #A2A85E
Text Example
Text Example
White with #A2A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A85E; }
p { color: rgb(162,168,94); }
H1.HeaderClassName
{
color: #A2A85E;
}
.AnyTagClassName
{
color: #A2A85E;
}
</style>
background-color css
<style>
a { background-color: #A2A85E; }
a { background-color: rgb(162,168,94); }
div.DivClassName
{
background-color: #A2A85E;
}
.BgClassName
{
background-color: #A2A85E;
}
</style>
border-color css
<style>
span { border-color: #A2A85E; }
span { border-color: rgb(162,168,94); }
td.TdClassName
{
border-color: #A2A85E;
}
.TagClassName
{
border-color: #A2A85E;
}
</style>