Shades of Green Smoke #A49E5B
Tints of Green Smoke #A49E5B
RGB
CMYK
RGB Variations
Color information
#A49E5B (or 0xA49E5B) is known color: Green Smoke. HEX triplet: A4, 9E and 5B. RGB value is (164,158,91). Sum of RGB (Red+Green+Blue) = 164+158+91=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E5B is #5B61A4. Grayscale: #989898. Windows color (decimal): -5988773 or 6004388. OLE color: 6004388.
HSL color Cylindrical-coordinate representation of color #A49E5B: hue angle of 55.07º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A49E5B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 91 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.36 |
| HSL | 55.07º | 0.29% | 0.5% | - |
| HSV(B) | 55.07º | 0.45% | 0.64% | - |
| XYZ | 29.43 | 33.1 | 14.74 | - |
| YUV | 152.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 91 | 0 | 0.04 | 0.45 | 0.36 | 55.07 | 0.29 | 0.5 |
| Hex | A4 | 9E | 5B | 0 | 4 | 2D | 24 | 37 | 1D | 32 |
| Octal | 244 | 236 | 133 | 0 | 4 | 55 | 44 | 67 | 35 | 62 |
| Binary | 10100100 | 10011110 | 1011011 | 0 | 100 | 101101 | 100100 | 110111 | 11101 | 110010 |
Color Harmonies of #A49E5B
Complementary color
Monochromatic Colors of #A49E5B
Black with #A49E5B
Text Example
Text Example
White with #A49E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E5B; }
p { color: rgb(164,158,91); }
H1.HeaderClassName
{
color: #A49E5B;
}
.AnyTagClassName
{
color: #A49E5B;
}
</style>
background-color css
<style>
a { background-color: #A49E5B; }
a { background-color: rgb(164,158,91); }
div.DivClassName
{
background-color: #A49E5B;
}
.BgClassName
{
background-color: #A49E5B;
}
</style>
border-color css
<style>
span { border-color: #A49E5B; }
span { border-color: rgb(164,158,91); }
td.TdClassName
{
border-color: #A49E5B;
}
.TagClassName
{
border-color: #A49E5B;
}
</style>