Shades of Green Smoke #A2AB4A
Tints of Green Smoke #A2AB4A
RGB
CMYK
RGB Variations
Color information
#A2AB4A (or 0xA2AB4A) is known color: Green Smoke. HEX triplet: A2, AB and 4A. RGB value is (162,171,74). Sum of RGB (Red+Green+Blue) = 162+171+74=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB4A is #5D54B5. Grayscale: #9D9D9D. Windows color (decimal): -6116534 or 4893602. OLE color: 4893602.
HSL color Cylindrical-coordinate representation of color #A2AB4A: hue angle of 65.57º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2AB4A is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 74 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.33 |
| HSL | 65.57º | 0.4% | 0.48% | - |
| HSV(B) | 65.57º | 0.57% | 0.67% | - |
| XYZ | 30.7 | 37.3 | 12.06 | - |
| YUV | 157.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 74 | 0.05 | 0 | 0.57 | 0.33 | 65.57 | 0.4 | 0.48 |
| Hex | A2 | AB | 4A | 5 | 0 | 39 | 21 | 42 | 28 | 30 |
| Octal | 242 | 253 | 112 | 5 | 0 | 71 | 41 | 102 | 50 | 60 |
| Binary | 10100010 | 10101011 | 1001010 | 101 | 0 | 111001 | 100001 | 1000010 | 101000 | 110000 |
Color Harmonies of #A2AB4A
Complementary color
Monochromatic Colors of #A2AB4A
Black with #A2AB4A
Text Example
Text Example
White with #A2AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB4A; }
p { color: rgb(162,171,74); }
H1.HeaderClassName
{
color: #A2AB4A;
}
.AnyTagClassName
{
color: #A2AB4A;
}
</style>
background-color css
<style>
a { background-color: #A2AB4A; }
a { background-color: rgb(162,171,74); }
div.DivClassName
{
background-color: #A2AB4A;
}
.BgClassName
{
background-color: #A2AB4A;
}
</style>
border-color css
<style>
span { border-color: #A2AB4A; }
span { border-color: rgb(162,171,74); }
td.TdClassName
{
border-color: #A2AB4A;
}
.TagClassName
{
border-color: #A2AB4A;
}
</style>