Shades of Green Smoke #A2A05E
Tints of Green Smoke #A2A05E
RGB
CMYK
RGB Variations
Color information
#A2A05E (or 0xA2A05E) is known color: Green Smoke. HEX triplet: A2, A0 and 5E. RGB value is (162,160,94). Sum of RGB (Red+Green+Blue) = 162+160+94=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A05E is #5D5FA1. Grayscale: #999999. Windows color (decimal): -6119330 or 6201506. OLE color: 6201506.
HSL color Cylindrical-coordinate representation of color #A2A05E: hue angle of 58.24º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2A05E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 94 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.36 |
| HSL | 58.24º | 0.27% | 0.5% | - |
| HSV(B) | 58.24º | 0.42% | 0.64% | - |
| XYZ | 29.49 | 33.63 | 15.53 | - |
| YUV | 153.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 94 | 0 | 0.01 | 0.42 | 0.36 | 58.24 | 0.27 | 0.5 |
| Hex | A2 | A0 | 5E | 0 | 1 | 2A | 24 | 3A | 1B | 32 |
| Octal | 242 | 240 | 136 | 0 | 1 | 52 | 44 | 72 | 33 | 62 |
| Binary | 10100010 | 10100000 | 1011110 | 0 | 1 | 101010 | 100100 | 111010 | 11011 | 110010 |
Color Harmonies of #A2A05E
Complementary color
Monochromatic Colors of #A2A05E
Black with #A2A05E
Text Example
Text Example
White with #A2A05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A05E; }
p { color: rgb(162,160,94); }
H1.HeaderClassName
{
color: #A2A05E;
}
.AnyTagClassName
{
color: #A2A05E;
}
</style>
background-color css
<style>
a { background-color: #A2A05E; }
a { background-color: rgb(162,160,94); }
div.DivClassName
{
background-color: #A2A05E;
}
.BgClassName
{
background-color: #A2A05E;
}
</style>
border-color css
<style>
span { border-color: #A2A05E; }
span { border-color: rgb(162,160,94); }
td.TdClassName
{
border-color: #A2A05E;
}
.TagClassName
{
border-color: #A2A05E;
}
</style>