Shades of Green Smoke #A09D57
Tints of Green Smoke #A09D57
RGB
CMYK
RGB Variations
Color information
#A09D57 (or 0xA09D57) is known color: Green Smoke. HEX triplet: A0, 9D and 57. RGB value is (160,157,87). Sum of RGB (Red+Green+Blue) = 160+157+87=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D57 is #5F62A8. Grayscale: #969696. Windows color (decimal): -6251177 or 5741984. OLE color: 5741984.
HSL color Cylindrical-coordinate representation of color #A09D57: hue angle of 57.53º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09D57 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 87 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.37 |
| HSL | 57.53º | 0.3% | 0.48% | - |
| HSV(B) | 57.53º | 0.46% | 0.63% | - |
| XYZ | 28.27 | 32.28 | 13.76 | - |
| YUV | 149.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 87 | 0 | 0.02 | 0.46 | 0.37 | 57.53 | 0.3 | 0.48 |
| Hex | A0 | 9D | 57 | 0 | 2 | 2E | 25 | 3A | 1E | 30 |
| Octal | 240 | 235 | 127 | 0 | 2 | 56 | 45 | 72 | 36 | 60 |
| Binary | 10100000 | 10011101 | 1010111 | 0 | 10 | 101110 | 100101 | 111010 | 11110 | 110000 |
Color Harmonies of #A09D57
Complementary color
Monochromatic Colors of #A09D57
Black with #A09D57
Text Example
Text Example
White with #A09D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D57; }
p { color: rgb(160,157,87); }
H1.HeaderClassName
{
color: #A09D57;
}
.AnyTagClassName
{
color: #A09D57;
}
</style>
background-color css
<style>
a { background-color: #A09D57; }
a { background-color: rgb(160,157,87); }
div.DivClassName
{
background-color: #A09D57;
}
.BgClassName
{
background-color: #A09D57;
}
</style>
border-color css
<style>
span { border-color: #A09D57; }
span { border-color: rgb(160,157,87); }
td.TdClassName
{
border-color: #A09D57;
}
.TagClassName
{
border-color: #A09D57;
}
</style>