Shades of Green Smoke #A1A96D
Tints of Green Smoke #A1A96D
RGB
CMYK
RGB Variations
Color information
#A1A96D (or 0xA1A96D) is known color: Green Smoke. HEX triplet: A1, A9 and 6D. RGB value is (161,169,109). Sum of RGB (Red+Green+Blue) = 161+169+109=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A96D is #5E5692. Grayscale: #A0A0A0. Windows color (decimal): -6182547 or 7186849. OLE color: 7186849.
HSL color Cylindrical-coordinate representation of color #A1A96D: hue angle of 68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1A96D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 109 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.34 |
| HSL | 68º | 0.26% | 0.55% | - |
| HSV(B) | 68º | 0.36% | 0.66% | - |
| XYZ | 31.65 | 37.06 | 19.95 | - |
| YUV | 159.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 109 | 0.05 | 0 | 0.36 | 0.34 | 68 | 0.26 | 0.55 |
| Hex | A1 | A9 | 6D | 5 | 0 | 24 | 22 | 44 | 1A | 37 |
| Octal | 241 | 251 | 155 | 5 | 0 | 44 | 42 | 104 | 32 | 67 |
| Binary | 10100001 | 10101001 | 1101101 | 101 | 0 | 100100 | 100010 | 1000100 | 11010 | 110111 |
Color Harmonies of #A1A96D
Complementary color
Monochromatic Colors of #A1A96D
Black with #A1A96D
Text Example
Text Example
White with #A1A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A96D; }
p { color: rgb(161,169,109); }
H1.HeaderClassName
{
color: #A1A96D;
}
.AnyTagClassName
{
color: #A1A96D;
}
</style>
background-color css
<style>
a { background-color: #A1A96D; }
a { background-color: rgb(161,169,109); }
div.DivClassName
{
background-color: #A1A96D;
}
.BgClassName
{
background-color: #A1A96D;
}
</style>
border-color css
<style>
span { border-color: #A1A96D; }
span { border-color: rgb(161,169,109); }
td.TdClassName
{
border-color: #A1A96D;
}
.TagClassName
{
border-color: #A1A96D;
}
</style>