Shades of Green Smoke #A19F5F
Tints of Green Smoke #A19F5F
RGB
CMYK
RGB Variations
Color information
#A19F5F (or 0xA19F5F) is known color: Green Smoke. HEX triplet: A1, 9F and 5F. RGB value is (161,159,95). Sum of RGB (Red+Green+Blue) = 161+159+95=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F5F is #5E60A0. Grayscale: #989898. Windows color (decimal): -6185121 or 6266785. OLE color: 6266785.
HSL color Cylindrical-coordinate representation of color #A19F5F: hue angle of 58.18º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A19F5F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 95 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.37 |
| HSL | 58.18º | 0.26% | 0.5% | - |
| HSV(B) | 58.18º | 0.41% | 0.63% | - |
| XYZ | 29.16 | 33.2 | 15.7 | - |
| YUV | 152.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 95 | 0 | 0.01 | 0.41 | 0.37 | 58.18 | 0.26 | 0.5 |
| Hex | A1 | 9F | 5F | 0 | 1 | 29 | 25 | 3A | 1A | 32 |
| Octal | 241 | 237 | 137 | 0 | 1 | 51 | 45 | 72 | 32 | 62 |
| Binary | 10100001 | 10011111 | 1011111 | 0 | 1 | 101001 | 100101 | 111010 | 11010 | 110010 |
Color Harmonies of #A19F5F
Complementary color
Monochromatic Colors of #A19F5F
Black with #A19F5F
Text Example
Text Example
White with #A19F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F5F; }
p { color: rgb(161,159,95); }
H1.HeaderClassName
{
color: #A19F5F;
}
.AnyTagClassName
{
color: #A19F5F;
}
</style>
background-color css
<style>
a { background-color: #A19F5F; }
a { background-color: rgb(161,159,95); }
div.DivClassName
{
background-color: #A19F5F;
}
.BgClassName
{
background-color: #A19F5F;
}
</style>
border-color css
<style>
span { border-color: #A19F5F; }
span { border-color: rgb(161,159,95); }
td.TdClassName
{
border-color: #A19F5F;
}
.TagClassName
{
border-color: #A19F5F;
}
</style>