Shades of Green Smoke #A2AB5D
Tints of Green Smoke #A2AB5D
RGB
CMYK
RGB Variations
Color information
#A2AB5D (or 0xA2AB5D) is known color: Green Smoke. HEX triplet: A2, AB and 5D. RGB value is (162,171,93). Sum of RGB (Red+Green+Blue) = 162+171+93=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB5D is #5D54A2. Grayscale: #9F9F9F. Windows color (decimal): -6116515 or 6138786. OLE color: 6138786.
HSL color Cylindrical-coordinate representation of color #A2AB5D: hue angle of 66.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2AB5D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 93 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.33 |
| HSL | 66.92º | 0.32% | 0.52% | - |
| HSV(B) | 66.92º | 0.46% | 0.67% | - |
| XYZ | 31.44 | 37.6 | 15.96 | - |
| YUV | 159.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 93 | 0.05 | 0 | 0.46 | 0.33 | 66.92 | 0.32 | 0.52 |
| Hex | A2 | AB | 5D | 5 | 0 | 2E | 21 | 43 | 20 | 34 |
| Octal | 242 | 253 | 135 | 5 | 0 | 56 | 41 | 103 | 40 | 64 |
| Binary | 10100010 | 10101011 | 1011101 | 101 | 0 | 101110 | 100001 | 1000011 | 100000 | 110100 |
Color Harmonies of #A2AB5D
Complementary color
Monochromatic Colors of #A2AB5D
Black with #A2AB5D
Text Example
Text Example
White with #A2AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB5D; }
p { color: rgb(162,171,93); }
H1.HeaderClassName
{
color: #A2AB5D;
}
.AnyTagClassName
{
color: #A2AB5D;
}
</style>
background-color css
<style>
a { background-color: #A2AB5D; }
a { background-color: rgb(162,171,93); }
div.DivClassName
{
background-color: #A2AB5D;
}
.BgClassName
{
background-color: #A2AB5D;
}
</style>
border-color css
<style>
span { border-color: #A2AB5D; }
span { border-color: rgb(162,171,93); }
td.TdClassName
{
border-color: #A2AB5D;
}
.TagClassName
{
border-color: #A2AB5D;
}
</style>