Shades of Green Smoke #A2A957
Tints of Green Smoke #A2A957
RGB
CMYK
RGB Variations
Color information
#A2A957 (or 0xA2A957) is known color: Green Smoke. HEX triplet: A2, A9 and 57. RGB value is (162,169,87). Sum of RGB (Red+Green+Blue) = 162+169+87=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A957 is #5D56A8. Grayscale: #9D9D9D. Windows color (decimal): -6117033 or 5745058. OLE color: 5745058.
HSL color Cylindrical-coordinate representation of color #A2A957: hue angle of 65.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2A957 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 87 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.34 |
| HSL | 65.12º | 0.32% | 0.5% | - |
| HSV(B) | 65.12º | 0.49% | 0.66% | - |
| XYZ | 30.81 | 36.75 | 14.49 | - |
| YUV | 157.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 87 | 0.04 | 0 | 0.49 | 0.34 | 65.12 | 0.32 | 0.5 |
| Hex | A2 | A9 | 57 | 4 | 0 | 31 | 22 | 41 | 20 | 32 |
| Octal | 242 | 251 | 127 | 4 | 0 | 61 | 42 | 101 | 40 | 62 |
| Binary | 10100010 | 10101001 | 1010111 | 100 | 0 | 110001 | 100010 | 1000001 | 100000 | 110010 |
Color Harmonies of #A2A957
Complementary color
Monochromatic Colors of #A2A957
Black with #A2A957
Text Example
Text Example
White with #A2A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A957; }
p { color: rgb(162,169,87); }
H1.HeaderClassName
{
color: #A2A957;
}
.AnyTagClassName
{
color: #A2A957;
}
</style>
background-color css
<style>
a { background-color: #A2A957; }
a { background-color: rgb(162,169,87); }
div.DivClassName
{
background-color: #A2A957;
}
.BgClassName
{
background-color: #A2A957;
}
</style>
border-color css
<style>
span { border-color: #A2A957; }
span { border-color: rgb(162,169,87); }
td.TdClassName
{
border-color: #A2A957;
}
.TagClassName
{
border-color: #A2A957;
}
</style>