Shades of Green Smoke #A09D54
Tints of Green Smoke #A09D54
RGB
CMYK
RGB Variations
Color information
#A09D54 (or 0xA09D54) is known color: Green Smoke. HEX triplet: A0, 9D and 54. RGB value is (160,157,84). Sum of RGB (Red+Green+Blue) = 160+157+84=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D54 is #5F62AB. Grayscale: #959595. Windows color (decimal): -6251180 or 5545376. OLE color: 5545376.
HSL color Cylindrical-coordinate representation of color #A09D54: hue angle of 57.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A09D54 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 84 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.37 |
| HSL | 57.63º | 0.31% | 0.48% | - |
| HSV(B) | 57.63º | 0.48% | 0.63% | - |
| XYZ | 28.15 | 32.23 | 13.12 | - |
| YUV | 149.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 84 | 0 | 0.02 | 0.48 | 0.37 | 57.63 | 0.31 | 0.48 |
| Hex | A0 | 9D | 54 | 0 | 2 | 30 | 25 | 3A | 1F | 30 |
| Octal | 240 | 235 | 124 | 0 | 2 | 60 | 45 | 72 | 37 | 60 |
| Binary | 10100000 | 10011101 | 1010100 | 0 | 10 | 110000 | 100101 | 111010 | 11111 | 110000 |
Color Harmonies of #A09D54
Complementary color
Monochromatic Colors of #A09D54
Black with #A09D54
Text Example
Text Example
White with #A09D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D54; }
p { color: rgb(160,157,84); }
H1.HeaderClassName
{
color: #A09D54;
}
.AnyTagClassName
{
color: #A09D54;
}
</style>
background-color css
<style>
a { background-color: #A09D54; }
a { background-color: rgb(160,157,84); }
div.DivClassName
{
background-color: #A09D54;
}
.BgClassName
{
background-color: #A09D54;
}
</style>
border-color css
<style>
span { border-color: #A09D54; }
span { border-color: rgb(160,157,84); }
td.TdClassName
{
border-color: #A09D54;
}
.TagClassName
{
border-color: #A09D54;
}
</style>