Shades of Green Smoke #A2A94C
Tints of Green Smoke #A2A94C
RGB
CMYK
RGB Variations
Color information
#A2A94C (or 0xA2A94C) is known color: Green Smoke. HEX triplet: A2, A9 and 4C. RGB value is (162,169,76). Sum of RGB (Red+Green+Blue) = 162+169+76=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A94C is #5D56B3. Grayscale: #9C9C9C. Windows color (decimal): -6117044 or 5024162. OLE color: 5024162.
HSL color Cylindrical-coordinate representation of color #A2A94C: hue angle of 64.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2A94C is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 76 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.34 |
| HSL | 64.52º | 0.38% | 0.48% | - |
| HSV(B) | 64.52º | 0.55% | 0.66% | - |
| XYZ | 30.39 | 36.58 | 12.3 | - |
| YUV | 156.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 76 | 0.04 | 0 | 0.55 | 0.34 | 64.52 | 0.38 | 0.48 |
| Hex | A2 | A9 | 4C | 4 | 0 | 37 | 22 | 41 | 26 | 30 |
| Octal | 242 | 251 | 114 | 4 | 0 | 67 | 42 | 101 | 46 | 60 |
| Binary | 10100010 | 10101001 | 1001100 | 100 | 0 | 110111 | 100010 | 1000001 | 100110 | 110000 |
Color Harmonies of #A2A94C
Complementary color
Monochromatic Colors of #A2A94C
Black with #A2A94C
Text Example
Text Example
White with #A2A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A94C; }
p { color: rgb(162,169,76); }
H1.HeaderClassName
{
color: #A2A94C;
}
.AnyTagClassName
{
color: #A2A94C;
}
</style>
background-color css
<style>
a { background-color: #A2A94C; }
a { background-color: rgb(162,169,76); }
div.DivClassName
{
background-color: #A2A94C;
}
.BgClassName
{
background-color: #A2A94C;
}
</style>
border-color css
<style>
span { border-color: #A2A94C; }
span { border-color: rgb(162,169,76); }
td.TdClassName
{
border-color: #A2A94C;
}
.TagClassName
{
border-color: #A2A94C;
}
</style>