Shades of Green Smoke #A2AB6D
Tints of Green Smoke #A2AB6D
RGB
CMYK
RGB Variations
Color information
#A2AB6D (or 0xA2AB6D) is known color: Green Smoke. HEX triplet: A2, AB and 6D. RGB value is (162,171,109). Sum of RGB (Red+Green+Blue) = 162+171+109=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB6D is #5D5492. Grayscale: #A1A1A1. Windows color (decimal): -6116499 or 7187362. OLE color: 7187362.
HSL color Cylindrical-coordinate representation of color #A2AB6D: hue angle of 68.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2AB6D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 109 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.33 |
| HSL | 68.71º | 0.27% | 0.55% | - |
| HSV(B) | 68.71º | 0.36% | 0.67% | - |
| XYZ | 32.22 | 37.91 | 20.09 | - |
| YUV | 161.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 109 | 0.05 | 0 | 0.36 | 0.33 | 68.71 | 0.27 | 0.55 |
| Hex | A2 | AB | 6D | 5 | 0 | 24 | 21 | 45 | 1B | 37 |
| Octal | 242 | 253 | 155 | 5 | 0 | 44 | 41 | 105 | 33 | 67 |
| Binary | 10100010 | 10101011 | 1101101 | 101 | 0 | 100100 | 100001 | 1000101 | 11011 | 110111 |
Color Harmonies of #A2AB6D
Complementary color
Monochromatic Colors of #A2AB6D
Black with #A2AB6D
Text Example
Text Example
White with #A2AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB6D; }
p { color: rgb(162,171,109); }
H1.HeaderClassName
{
color: #A2AB6D;
}
.AnyTagClassName
{
color: #A2AB6D;
}
</style>
background-color css
<style>
a { background-color: #A2AB6D; }
a { background-color: rgb(162,171,109); }
div.DivClassName
{
background-color: #A2AB6D;
}
.BgClassName
{
background-color: #A2AB6D;
}
</style>
border-color css
<style>
span { border-color: #A2AB6D; }
span { border-color: rgb(162,171,109); }
td.TdClassName
{
border-color: #A2AB6D;
}
.TagClassName
{
border-color: #A2AB6D;
}
</style>