Shades of Green Smoke #A39F58
Tints of Green Smoke #A39F58
RGB
CMYK
RGB Variations
Color information
#A39F58 (or 0xA39F58) is known color: Green Smoke. HEX triplet: A3, 9F and 58. RGB value is (163,159,88). Sum of RGB (Red+Green+Blue) = 163+159+88=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F58 is #5C60A7. Grayscale: #989898. Windows color (decimal): -6054056 or 5808035. OLE color: 5808035.
HSL color Cylindrical-coordinate representation of color #A39F58: hue angle of 56.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A39F58 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 88 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.36 |
| HSL | 56.8º | 0.3% | 0.49% | - |
| HSV(B) | 56.8º | 0.46% | 0.64% | - |
| XYZ | 29.26 | 33.29 | 14.12 | - |
| YUV | 152.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 88 | 0 | 0.02 | 0.46 | 0.36 | 56.8 | 0.3 | 0.49 |
| Hex | A3 | 9F | 58 | 0 | 2 | 2E | 24 | 39 | 1E | 31 |
| Octal | 243 | 237 | 130 | 0 | 2 | 56 | 44 | 71 | 36 | 61 |
| Binary | 10100011 | 10011111 | 1011000 | 0 | 10 | 101110 | 100100 | 111001 | 11110 | 110001 |
Color Harmonies of #A39F58
Complementary color
Monochromatic Colors of #A39F58
Black with #A39F58
Text Example
Text Example
White with #A39F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F58; }
p { color: rgb(163,159,88); }
H1.HeaderClassName
{
color: #A39F58;
}
.AnyTagClassName
{
color: #A39F58;
}
</style>
background-color css
<style>
a { background-color: #A39F58; }
a { background-color: rgb(163,159,88); }
div.DivClassName
{
background-color: #A39F58;
}
.BgClassName
{
background-color: #A39F58;
}
</style>
border-color css
<style>
span { border-color: #A39F58; }
span { border-color: rgb(163,159,88); }
td.TdClassName
{
border-color: #A39F58;
}
.TagClassName
{
border-color: #A39F58;
}
</style>