Shades of Green Smoke #A19D57
Tints of Green Smoke #A19D57
RGB
CMYK
RGB Variations
Color information
#A19D57 (or 0xA19D57) is known color: Green Smoke. HEX triplet: A1, 9D and 57. RGB value is (161,157,87). Sum of RGB (Red+Green+Blue) = 161+157+87=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D57 is #5E62A8. Grayscale: #969696. Windows color (decimal): -6185641 or 5741985. OLE color: 5741985.
HSL color Cylindrical-coordinate representation of color #A19D57: hue angle of 56.76º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A19D57 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 87 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.37 |
| HSL | 56.76º | 0.3% | 0.49% | - |
| HSV(B) | 56.76º | 0.46% | 0.63% | - |
| XYZ | 28.48 | 32.38 | 13.77 | - |
| YUV | 150.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 87 | 0 | 0.02 | 0.46 | 0.37 | 56.76 | 0.3 | 0.49 |
| Hex | A1 | 9D | 57 | 0 | 2 | 2E | 25 | 39 | 1E | 31 |
| Octal | 241 | 235 | 127 | 0 | 2 | 56 | 45 | 71 | 36 | 61 |
| Binary | 10100001 | 10011101 | 1010111 | 0 | 10 | 101110 | 100101 | 111001 | 11110 | 110001 |
Color Harmonies of #A19D57
Complementary color
Monochromatic Colors of #A19D57
Black with #A19D57
Text Example
Text Example
White with #A19D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D57; }
p { color: rgb(161,157,87); }
H1.HeaderClassName
{
color: #A19D57;
}
.AnyTagClassName
{
color: #A19D57;
}
</style>
background-color css
<style>
a { background-color: #A19D57; }
a { background-color: rgb(161,157,87); }
div.DivClassName
{
background-color: #A19D57;
}
.BgClassName
{
background-color: #A19D57;
}
</style>
border-color css
<style>
span { border-color: #A19D57; }
span { border-color: rgb(161,157,87); }
td.TdClassName
{
border-color: #A19D57;
}
.TagClassName
{
border-color: #A19D57;
}
</style>