Shades of Green Smoke #A39F55
Tints of Green Smoke #A39F55
RGB
CMYK
RGB Variations
Color information
#A39F55 (or 0xA39F55) is known color: Green Smoke. HEX triplet: A3, 9F and 55. RGB value is (163,159,85). Sum of RGB (Red+Green+Blue) = 163+159+85=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F55 is #5C60AA. Grayscale: #989898. Windows color (decimal): -6054059 or 5611427. OLE color: 5611427.
HSL color Cylindrical-coordinate representation of color #A39F55: hue angle of 56.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A39F55 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 85 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.36 |
| HSL | 56.92º | 0.31% | 0.49% | - |
| HSV(B) | 56.92º | 0.48% | 0.64% | - |
| XYZ | 29.14 | 33.24 | 13.47 | - |
| YUV | 151.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 85 | 0 | 0.02 | 0.48 | 0.36 | 56.92 | 0.31 | 0.49 |
| Hex | A3 | 9F | 55 | 0 | 2 | 30 | 24 | 39 | 1F | 31 |
| Octal | 243 | 237 | 125 | 0 | 2 | 60 | 44 | 71 | 37 | 61 |
| Binary | 10100011 | 10011111 | 1010101 | 0 | 10 | 110000 | 100100 | 111001 | 11111 | 110001 |
Color Harmonies of #A39F55
Complementary color
Monochromatic Colors of #A39F55
Black with #A39F55
Text Example
Text Example
White with #A39F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F55; }
p { color: rgb(163,159,85); }
H1.HeaderClassName
{
color: #A39F55;
}
.AnyTagClassName
{
color: #A39F55;
}
</style>
background-color css
<style>
a { background-color: #A39F55; }
a { background-color: rgb(163,159,85); }
div.DivClassName
{
background-color: #A39F55;
}
.BgClassName
{
background-color: #A39F55;
}
</style>
border-color css
<style>
span { border-color: #A39F55; }
span { border-color: rgb(163,159,85); }
td.TdClassName
{
border-color: #A39F55;
}
.TagClassName
{
border-color: #A39F55;
}
</style>