Shades of Green Smoke #A09D55
Tints of Green Smoke #A09D55
RGB
CMYK
RGB Variations
Color information
#A09D55 (or 0xA09D55) is known color: Green Smoke. HEX triplet: A0, 9D and 55. RGB value is (160,157,85). Sum of RGB (Red+Green+Blue) = 160+157+85=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D55 is #5F62AA. Grayscale: #959595. Windows color (decimal): -6251179 or 5610912. OLE color: 5610912.
HSL color Cylindrical-coordinate representation of color #A09D55: hue angle of 57.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A09D55 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 85 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.37 |
| HSL | 57.6º | 0.31% | 0.48% | - |
| HSV(B) | 57.6º | 0.47% | 0.63% | - |
| XYZ | 28.19 | 32.24 | 13.33 | - |
| YUV | 149.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 85 | 0 | 0.02 | 0.47 | 0.37 | 57.6 | 0.31 | 0.48 |
| Hex | A0 | 9D | 55 | 0 | 2 | 2F | 25 | 3A | 1F | 30 |
| Octal | 240 | 235 | 125 | 0 | 2 | 57 | 45 | 72 | 37 | 60 |
| Binary | 10100000 | 10011101 | 1010101 | 0 | 10 | 101111 | 100101 | 111010 | 11111 | 110000 |
Color Harmonies of #A09D55
Complementary color
Monochromatic Colors of #A09D55
Black with #A09D55
Text Example
Text Example
White with #A09D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D55; }
p { color: rgb(160,157,85); }
H1.HeaderClassName
{
color: #A09D55;
}
.AnyTagClassName
{
color: #A09D55;
}
</style>
background-color css
<style>
a { background-color: #A09D55; }
a { background-color: rgb(160,157,85); }
div.DivClassName
{
background-color: #A09D55;
}
.BgClassName
{
background-color: #A09D55;
}
</style>
border-color css
<style>
span { border-color: #A09D55; }
span { border-color: rgb(160,157,85); }
td.TdClassName
{
border-color: #A09D55;
}
.TagClassName
{
border-color: #A09D55;
}
</style>