Shades of Green Smoke #A19F62
Tints of Green Smoke #A19F62
RGB
CMYK
RGB Variations
Color information
#A19F62 (or 0xA19F62) is known color: Green Smoke. HEX triplet: A1, 9F and 62. RGB value is (161,159,98). Sum of RGB (Red+Green+Blue) = 161+159+98=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F62 is #5E609D. Grayscale: #989898. Windows color (decimal): -6185118 or 6463393. OLE color: 6463393.
HSL color Cylindrical-coordinate representation of color #A19F62: hue angle of 58.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19F62 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 98 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.37 |
| HSL | 58.1º | 0.25% | 0.51% | - |
| HSV(B) | 58.1º | 0.39% | 0.63% | - |
| XYZ | 29.3 | 33.26 | 16.43 | - |
| YUV | 152.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 98 | 0 | 0.01 | 0.39 | 0.37 | 58.1 | 0.25 | 0.51 |
| Hex | A1 | 9F | 62 | 0 | 1 | 27 | 25 | 3A | 19 | 33 |
| Octal | 241 | 237 | 142 | 0 | 1 | 47 | 45 | 72 | 31 | 63 |
| Binary | 10100001 | 10011111 | 1100010 | 0 | 1 | 100111 | 100101 | 111010 | 11001 | 110011 |
Color Harmonies of #A19F62
Complementary color
Monochromatic Colors of #A19F62
Black with #A19F62
Text Example
Text Example
White with #A19F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F62; }
p { color: rgb(161,159,98); }
H1.HeaderClassName
{
color: #A19F62;
}
.AnyTagClassName
{
color: #A19F62;
}
</style>
background-color css
<style>
a { background-color: #A19F62; }
a { background-color: rgb(161,159,98); }
div.DivClassName
{
background-color: #A19F62;
}
.BgClassName
{
background-color: #A19F62;
}
</style>
border-color css
<style>
span { border-color: #A19F62; }
span { border-color: rgb(161,159,98); }
td.TdClassName
{
border-color: #A19F62;
}
.TagClassName
{
border-color: #A19F62;
}
</style>