Shades of Green Smoke #A19D56
Tints of Green Smoke #A19D56
RGB
CMYK
RGB Variations
Color information
#A19D56 (or 0xA19D56) is known color: Green Smoke. HEX triplet: A1, 9D and 56. RGB value is (161,157,86). Sum of RGB (Red+Green+Blue) = 161+157+86=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D56 is #5E62A9. Grayscale: #969696. Windows color (decimal): -6185642 or 5676449. OLE color: 5676449.
HSL color Cylindrical-coordinate representation of color #A19D56: hue angle of 56.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A19D56 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 86 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.37 |
| HSL | 56.8º | 0.3% | 0.48% | - |
| HSV(B) | 56.8º | 0.47% | 0.63% | - |
| XYZ | 28.43 | 32.36 | 13.55 | - |
| YUV | 150.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 86 | 0 | 0.02 | 0.47 | 0.37 | 56.8 | 0.3 | 0.48 |
| Hex | A1 | 9D | 56 | 0 | 2 | 2F | 25 | 39 | 1E | 30 |
| Octal | 241 | 235 | 126 | 0 | 2 | 57 | 45 | 71 | 36 | 60 |
| Binary | 10100001 | 10011101 | 1010110 | 0 | 10 | 101111 | 100101 | 111001 | 11110 | 110000 |
Color Harmonies of #A19D56
Complementary color
Monochromatic Colors of #A19D56
Black with #A19D56
Text Example
Text Example
White with #A19D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D56; }
p { color: rgb(161,157,86); }
H1.HeaderClassName
{
color: #A19D56;
}
.AnyTagClassName
{
color: #A19D56;
}
</style>
background-color css
<style>
a { background-color: #A19D56; }
a { background-color: rgb(161,157,86); }
div.DivClassName
{
background-color: #A19D56;
}
.BgClassName
{
background-color: #A19D56;
}
</style>
border-color css
<style>
span { border-color: #A19D56; }
span { border-color: rgb(161,157,86); }
td.TdClassName
{
border-color: #A19D56;
}
.TagClassName
{
border-color: #A19D56;
}
</style>