Shades of Green Smoke #A29E5B
Tints of Green Smoke #A29E5B
RGB
CMYK
RGB Variations
Color information
#A29E5B (or 0xA29E5B) is known color: Green Smoke. HEX triplet: A2, 9E and 5B. RGB value is (162,158,91). Sum of RGB (Red+Green+Blue) = 162+158+91=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E5B is #5D61A4. Grayscale: #979797. Windows color (decimal): -6119845 or 6004386. OLE color: 6004386.
HSL color Cylindrical-coordinate representation of color #A29E5B: hue angle of 56.62º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A29E5B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 91 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.36 |
| HSL | 56.62º | 0.28% | 0.5% | - |
| HSV(B) | 56.62º | 0.44% | 0.64% | - |
| XYZ | 29.02 | 32.89 | 14.72 | - |
| YUV | 151.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 91 | 0 | 0.02 | 0.44 | 0.36 | 56.62 | 0.28 | 0.5 |
| Hex | A2 | 9E | 5B | 0 | 2 | 2C | 24 | 39 | 1C | 32 |
| Octal | 242 | 236 | 133 | 0 | 2 | 54 | 44 | 71 | 34 | 62 |
| Binary | 10100010 | 10011110 | 1011011 | 0 | 10 | 101100 | 100100 | 111001 | 11100 | 110010 |
Color Harmonies of #A29E5B
Complementary color
Monochromatic Colors of #A29E5B
Black with #A29E5B
Text Example
Text Example
White with #A29E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E5B; }
p { color: rgb(162,158,91); }
H1.HeaderClassName
{
color: #A29E5B;
}
.AnyTagClassName
{
color: #A29E5B;
}
</style>
background-color css
<style>
a { background-color: #A29E5B; }
a { background-color: rgb(162,158,91); }
div.DivClassName
{
background-color: #A29E5B;
}
.BgClassName
{
background-color: #A29E5B;
}
</style>
border-color css
<style>
span { border-color: #A29E5B; }
span { border-color: rgb(162,158,91); }
td.TdClassName
{
border-color: #A29E5B;
}
.TagClassName
{
border-color: #A29E5B;
}
</style>