Shades of Green Smoke #A29F5E
Tints of Green Smoke #A29F5E
RGB
CMYK
RGB Variations
Color information
#A29F5E (or 0xA29F5E) is known color: Green Smoke. HEX triplet: A2, 9F and 5E. RGB value is (162,159,94). Sum of RGB (Red+Green+Blue) = 162+159+94=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5E is #5D60A1. Grayscale: #989898. Windows color (decimal): -6119586 or 6201250. OLE color: 6201250.
HSL color Cylindrical-coordinate representation of color #A29F5E: hue angle of 57.35º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A29F5E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 94 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.36 |
| HSL | 57.35º | 0.27% | 0.5% | - |
| HSV(B) | 57.35º | 0.42% | 0.64% | - |
| XYZ | 29.32 | 33.29 | 15.47 | - |
| YUV | 152.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 94 | 0 | 0.02 | 0.42 | 0.36 | 57.35 | 0.27 | 0.5 |
| Hex | A2 | 9F | 5E | 0 | 2 | 2A | 24 | 39 | 1B | 32 |
| Octal | 242 | 237 | 136 | 0 | 2 | 52 | 44 | 71 | 33 | 62 |
| Binary | 10100010 | 10011111 | 1011110 | 0 | 10 | 101010 | 100100 | 111001 | 11011 | 110010 |
Color Harmonies of #A29F5E
Complementary color
Monochromatic Colors of #A29F5E
Black with #A29F5E
Text Example
Text Example
White with #A29F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F5E; }
p { color: rgb(162,159,94); }
H1.HeaderClassName
{
color: #A29F5E;
}
.AnyTagClassName
{
color: #A29F5E;
}
</style>
background-color css
<style>
a { background-color: #A29F5E; }
a { background-color: rgb(162,159,94); }
div.DivClassName
{
background-color: #A29F5E;
}
.BgClassName
{
background-color: #A29F5E;
}
</style>
border-color css
<style>
span { border-color: #A29F5E; }
span { border-color: rgb(162,159,94); }
td.TdClassName
{
border-color: #A29F5E;
}
.TagClassName
{
border-color: #A29F5E;
}
</style>