Shades of Green Smoke #A2A34F
Tints of Green Smoke #A2A34F
RGB
CMYK
RGB Variations
Color information
#A2A34F (or 0xA2A34F) is known color: Green Smoke. HEX triplet: A2, A3 and 4F. RGB value is (162,163,79). Sum of RGB (Red+Green+Blue) = 162+163+79=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A34F is #5D5CB0. Grayscale: #999999. Windows color (decimal): -6118577 or 5219234. OLE color: 5219234.
HSL color Cylindrical-coordinate representation of color #A2A34F: hue angle of 60.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2A34F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 79 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.36 |
| HSL | 60.71º | 0.35% | 0.47% | - |
| HSV(B) | 60.71º | 0.52% | 0.64% | - |
| XYZ | 29.41 | 34.44 | 12.49 | - |
| YUV | 153.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 79 | 0.01 | 0 | 0.52 | 0.36 | 60.71 | 0.35 | 0.47 |
| Hex | A2 | A3 | 4F | 1 | 0 | 34 | 24 | 3D | 23 | 2F |
| Octal | 242 | 243 | 117 | 1 | 0 | 64 | 44 | 75 | 43 | 57 |
| Binary | 10100010 | 10100011 | 1001111 | 1 | 0 | 110100 | 100100 | 111101 | 100011 | 101111 |
Color Harmonies of #A2A34F
Complementary color
Monochromatic Colors of #A2A34F
Black with #A2A34F
Text Example
Text Example
White with #A2A34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A34F; }
p { color: rgb(162,163,79); }
H1.HeaderClassName
{
color: #A2A34F;
}
.AnyTagClassName
{
color: #A2A34F;
}
</style>
background-color css
<style>
a { background-color: #A2A34F; }
a { background-color: rgb(162,163,79); }
div.DivClassName
{
background-color: #A2A34F;
}
.BgClassName
{
background-color: #A2A34F;
}
</style>
border-color css
<style>
span { border-color: #A2A34F; }
span { border-color: rgb(162,163,79); }
td.TdClassName
{
border-color: #A2A34F;
}
.TagClassName
{
border-color: #A2A34F;
}
</style>