Shades of Green Smoke #A39F59
Tints of Green Smoke #A39F59
RGB
CMYK
RGB Variations
Color information
#A39F59 (or 0xA39F59) is known color: Green Smoke. HEX triplet: A3, 9F and 59. RGB value is (163,159,89). Sum of RGB (Red+Green+Blue) = 163+159+89=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F59 is #5C60A6. Grayscale: #989898. Windows color (decimal): -6054055 or 5873571. OLE color: 5873571.
HSL color Cylindrical-coordinate representation of color #A39F59: hue angle of 56.76º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39F59 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 89 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.36 |
| HSL | 56.76º | 0.29% | 0.49% | - |
| HSV(B) | 56.76º | 0.45% | 0.64% | - |
| XYZ | 29.31 | 33.3 | 14.33 | - |
| YUV | 152.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 89 | 0 | 0.02 | 0.45 | 0.36 | 56.76 | 0.29 | 0.49 |
| Hex | A3 | 9F | 59 | 0 | 2 | 2D | 24 | 39 | 1D | 31 |
| Octal | 243 | 237 | 131 | 0 | 2 | 55 | 44 | 71 | 35 | 61 |
| Binary | 10100011 | 10011111 | 1011001 | 0 | 10 | 101101 | 100100 | 111001 | 11101 | 110001 |
Color Harmonies of #A39F59
Complementary color
Monochromatic Colors of #A39F59
Black with #A39F59
Text Example
Text Example
White with #A39F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F59; }
p { color: rgb(163,159,89); }
H1.HeaderClassName
{
color: #A39F59;
}
.AnyTagClassName
{
color: #A39F59;
}
</style>
background-color css
<style>
a { background-color: #A39F59; }
a { background-color: rgb(163,159,89); }
div.DivClassName
{
background-color: #A39F59;
}
.BgClassName
{
background-color: #A39F59;
}
</style>
border-color css
<style>
span { border-color: #A39F59; }
span { border-color: rgb(163,159,89); }
td.TdClassName
{
border-color: #A39F59;
}
.TagClassName
{
border-color: #A39F59;
}
</style>