Shades of Green Smoke #A2A24F
Tints of Green Smoke #A2A24F
RGB
CMYK
RGB Variations
Color information
#A2A24F (or 0xA2A24F) is known color: Green Smoke. HEX triplet: A2, A2 and 4F. RGB value is (162,162,79). Sum of RGB (Red+Green+Blue) = 162+162+79=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A24F is #5D5DB0. Grayscale: #989898. Windows color (decimal): -6118833 or 5218978. OLE color: 5218978.
HSL color Cylindrical-coordinate representation of color #A2A24F: hue angle of 60º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2A24F is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 79 | - |
| CMYK | 0 | 0 | 0.51 | 0.36 |
| HSL | 60º | 0.34% | 0.47% | - |
| HSV(B) | 60º | 0.51% | 0.64% | - |
| XYZ | 29.23 | 34.09 | 12.44 | - |
| YUV | 152.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 79 | 0 | 0 | 0.51 | 0.36 | 60 | 0.34 | 0.47 |
| Hex | A2 | A2 | 4F | 0 | 0 | 33 | 24 | 3C | 22 | 2F |
| Octal | 242 | 242 | 117 | 0 | 0 | 63 | 44 | 74 | 42 | 57 |
| Binary | 10100010 | 10100010 | 1001111 | 0 | 0 | 110011 | 100100 | 111100 | 100010 | 101111 |
Color Harmonies of #A2A24F
Complementary color
Monochromatic Colors of #A2A24F
Black with #A2A24F
Text Example
Text Example
White with #A2A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A24F; }
p { color: rgb(162,162,79); }
H1.HeaderClassName
{
color: #A2A24F;
}
.AnyTagClassName
{
color: #A2A24F;
}
</style>
background-color css
<style>
a { background-color: #A2A24F; }
a { background-color: rgb(162,162,79); }
div.DivClassName
{
background-color: #A2A24F;
}
.BgClassName
{
background-color: #A2A24F;
}
</style>
border-color css
<style>
span { border-color: #A2A24F; }
span { border-color: rgb(162,162,79); }
td.TdClassName
{
border-color: #A2A24F;
}
.TagClassName
{
border-color: #A2A24F;
}
</style>