Shades of Green Smoke #A2A870
Tints of Green Smoke #A2A870
RGB
CMYK
RGB Variations
Color information
#A2A870 (or 0xA2A870) is known color: Green Smoke. HEX triplet: A2, A8 and 70. RGB value is (162,168,112). Sum of RGB (Red+Green+Blue) = 162+168+112=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A870 is #5D578F. Grayscale: #A0A0A0. Windows color (decimal): -6117264 or 7383202. OLE color: 7383202.
HSL color Cylindrical-coordinate representation of color #A2A870: hue angle of 66.43º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A870 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 112 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.34 |
| HSL | 66.43º | 0.24% | 0.55% | - |
| HSV(B) | 66.43º | 0.33% | 0.66% | - |
| XYZ | 31.83 | 36.86 | 20.77 | - |
| YUV | 159.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 112 | 0.04 | 0 | 0.33 | 0.34 | 66.43 | 0.24 | 0.55 |
| Hex | A2 | A8 | 70 | 4 | 0 | 21 | 22 | 42 | 18 | 37 |
| Octal | 242 | 250 | 160 | 4 | 0 | 41 | 42 | 102 | 30 | 67 |
| Binary | 10100010 | 10101000 | 1110000 | 100 | 0 | 100001 | 100010 | 1000010 | 11000 | 110111 |
Color Harmonies of #A2A870
Complementary color
Monochromatic Colors of #A2A870
Black with #A2A870
Text Example
Text Example
White with #A2A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A870; }
p { color: rgb(162,168,112); }
H1.HeaderClassName
{
color: #A2A870;
}
.AnyTagClassName
{
color: #A2A870;
}
</style>
background-color css
<style>
a { background-color: #A2A870; }
a { background-color: rgb(162,168,112); }
div.DivClassName
{
background-color: #A2A870;
}
.BgClassName
{
background-color: #A2A870;
}
</style>
border-color css
<style>
span { border-color: #A2A870; }
span { border-color: rgb(162,168,112); }
td.TdClassName
{
border-color: #A2A870;
}
.TagClassName
{
border-color: #A2A870;
}
</style>