Shades of Green Smoke #A09E5D
Tints of Green Smoke #A09E5D
RGB
CMYK
RGB Variations
Color information
#A09E5D (or 0xA09E5D) is known color: Green Smoke. HEX triplet: A0, 9E and 5D. RGB value is (160,158,93). Sum of RGB (Red+Green+Blue) = 160+158+93=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09E5D is #5F61A2. Grayscale: #979797. Windows color (decimal): -6250915 or 6135456. OLE color: 6135456.
HSL color Cylindrical-coordinate representation of color #A09E5D: hue angle of 58.21º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A09E5D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 93 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.37 |
| HSL | 58.21º | 0.26% | 0.5% | - |
| HSV(B) | 58.21º | 0.42% | 0.63% | - |
| XYZ | 28.7 | 32.72 | 15.16 | - |
| YUV | 151.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 93 | 0 | 0.01 | 0.42 | 0.37 | 58.21 | 0.26 | 0.5 |
| Hex | A0 | 9E | 5D | 0 | 1 | 2A | 25 | 3A | 1A | 32 |
| Octal | 240 | 236 | 135 | 0 | 1 | 52 | 45 | 72 | 32 | 62 |
| Binary | 10100000 | 10011110 | 1011101 | 0 | 1 | 101010 | 100101 | 111010 | 11010 | 110010 |
Color Harmonies of #A09E5D
Complementary color
Monochromatic Colors of #A09E5D
Black with #A09E5D
Text Example
Text Example
White with #A09E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E5D; }
p { color: rgb(160,158,93); }
H1.HeaderClassName
{
color: #A09E5D;
}
.AnyTagClassName
{
color: #A09E5D;
}
</style>
background-color css
<style>
a { background-color: #A09E5D; }
a { background-color: rgb(160,158,93); }
div.DivClassName
{
background-color: #A09E5D;
}
.BgClassName
{
background-color: #A09E5D;
}
</style>
border-color css
<style>
span { border-color: #A09E5D; }
span { border-color: rgb(160,158,93); }
td.TdClassName
{
border-color: #A09E5D;
}
.TagClassName
{
border-color: #A09E5D;
}
</style>