Shades of Green Smoke #A39F5E
Tints of Green Smoke #A39F5E
RGB
CMYK
RGB Variations
Color information
#A39F5E (or 0xA39F5E) is known color: Green Smoke. HEX triplet: A3, 9F and 5E. RGB value is (163,159,94). Sum of RGB (Red+Green+Blue) = 163+159+94=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F5E is #5C60A1. Grayscale: #999999. Windows color (decimal): -6054050 or 6201251. OLE color: 6201251.
HSL color Cylindrical-coordinate representation of color #A39F5E: hue angle of 56.52º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A39F5E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 94 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.36 |
| HSL | 56.52º | 0.27% | 0.5% | - |
| HSV(B) | 56.52º | 0.42% | 0.64% | - |
| XYZ | 29.52 | 33.39 | 15.48 | - |
| YUV | 152.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 94 | 0 | 0.02 | 0.42 | 0.36 | 56.52 | 0.27 | 0.5 |
| Hex | A3 | 9F | 5E | 0 | 2 | 2A | 24 | 39 | 1B | 32 |
| Octal | 243 | 237 | 136 | 0 | 2 | 52 | 44 | 71 | 33 | 62 |
| Binary | 10100011 | 10011111 | 1011110 | 0 | 10 | 101010 | 100100 | 111001 | 11011 | 110010 |
Color Harmonies of #A39F5E
Complementary color
Monochromatic Colors of #A39F5E
Black with #A39F5E
Text Example
Text Example
White with #A39F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F5E; }
p { color: rgb(163,159,94); }
H1.HeaderClassName
{
color: #A39F5E;
}
.AnyTagClassName
{
color: #A39F5E;
}
</style>
background-color css
<style>
a { background-color: #A39F5E; }
a { background-color: rgb(163,159,94); }
div.DivClassName
{
background-color: #A39F5E;
}
.BgClassName
{
background-color: #A39F5E;
}
</style>
border-color css
<style>
span { border-color: #A39F5E; }
span { border-color: rgb(163,159,94); }
td.TdClassName
{
border-color: #A39F5E;
}
.TagClassName
{
border-color: #A39F5E;
}
</style>