Shades of Green Smoke #A2A56F
Tints of Green Smoke #A2A56F
RGB
CMYK
RGB Variations
Color information
#A2A56F (or 0xA2A56F) is known color: Green Smoke. HEX triplet: A2, A5 and 6F. RGB value is (162,165,111). Sum of RGB (Red+Green+Blue) = 162+165+111=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A56F is #5D5A90. Grayscale: #9E9E9E. Windows color (decimal): -6118033 or 7316898. OLE color: 7316898.
HSL color Cylindrical-coordinate representation of color #A2A56F: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A56F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 111 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.35 |
| HSL | 63.33º | 0.23% | 0.54% | - |
| HSV(B) | 63.33º | 0.33% | 0.65% | - |
| XYZ | 31.22 | 35.74 | 20.29 | - |
| YUV | 157.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 111 | 0.02 | 0 | 0.33 | 0.35 | 63.33 | 0.23 | 0.54 |
| Hex | A2 | A5 | 6F | 2 | 0 | 21 | 23 | 3F | 17 | 36 |
| Octal | 242 | 245 | 157 | 2 | 0 | 41 | 43 | 77 | 27 | 66 |
| Binary | 10100010 | 10100101 | 1101111 | 10 | 0 | 100001 | 100011 | 111111 | 10111 | 110110 |
Color Harmonies of #A2A56F
Complementary color
Monochromatic Colors of #A2A56F
Black with #A2A56F
Text Example
Text Example
White with #A2A56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A56F; }
p { color: rgb(162,165,111); }
H1.HeaderClassName
{
color: #A2A56F;
}
.AnyTagClassName
{
color: #A2A56F;
}
</style>
background-color css
<style>
a { background-color: #A2A56F; }
a { background-color: rgb(162,165,111); }
div.DivClassName
{
background-color: #A2A56F;
}
.BgClassName
{
background-color: #A2A56F;
}
</style>
border-color css
<style>
span { border-color: #A2A56F; }
span { border-color: rgb(162,165,111); }
td.TdClassName
{
border-color: #A2A56F;
}
.TagClassName
{
border-color: #A2A56F;
}
</style>