Shades of Green Smoke #A09F53
Tints of Green Smoke #A09F53
RGB
CMYK
RGB Variations
Color information
#A09F53 (or 0xA09F53) is known color: Green Smoke. HEX triplet: A0, 9F and 53. RGB value is (160,159,83). Sum of RGB (Red+Green+Blue) = 160+159+83=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F53 is #5F60AC. Grayscale: #969696. Windows color (decimal): -6250669 or 5480352. OLE color: 5480352.
HSL color Cylindrical-coordinate representation of color #A09F53: hue angle of 59.22º degrees, saturation: 0.32, 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 #A09F53 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 83 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.37 |
| HSL | 59.22º | 0.32% | 0.48% | - |
| HSV(B) | 59.22º | 0.48% | 0.63% | - |
| XYZ | 28.46 | 32.89 | 13.03 | - |
| YUV | 150.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 83 | 0 | 0.01 | 0.48 | 0.37 | 59.22 | 0.32 | 0.48 |
| Hex | A0 | 9F | 53 | 0 | 1 | 30 | 25 | 3B | 20 | 30 |
| Octal | 240 | 237 | 123 | 0 | 1 | 60 | 45 | 73 | 40 | 60 |
| Binary | 10100000 | 10011111 | 1010011 | 0 | 1 | 110000 | 100101 | 111011 | 100000 | 110000 |
Color Harmonies of #A09F53
Complementary color
Monochromatic Colors of #A09F53
Black with #A09F53
Text Example
Text Example
White with #A09F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F53; }
p { color: rgb(160,159,83); }
H1.HeaderClassName
{
color: #A09F53;
}
.AnyTagClassName
{
color: #A09F53;
}
</style>
background-color css
<style>
a { background-color: #A09F53; }
a { background-color: rgb(160,159,83); }
div.DivClassName
{
background-color: #A09F53;
}
.BgClassName
{
background-color: #A09F53;
}
</style>
border-color css
<style>
span { border-color: #A09F53; }
span { border-color: rgb(160,159,83); }
td.TdClassName
{
border-color: #A09F53;
}
.TagClassName
{
border-color: #A09F53;
}
</style>