Shades of Green Smoke #A1A46F
Tints of Green Smoke #A1A46F
RGB
CMYK
RGB Variations
Color information
#A1A46F (or 0xA1A46F) is known color: Green Smoke. HEX triplet: A1, A4 and 6F. RGB value is (161,164,111). Sum of RGB (Red+Green+Blue) = 161+164+111=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A46F is #5E5B90. Grayscale: #9D9D9D. Windows color (decimal): -6183825 or 7316641. OLE color: 7316641.
HSL color Cylindrical-coordinate representation of color #A1A46F: hue angle of 63.4º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A46F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 111 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.36 |
| HSL | 63.4º | 0.23% | 0.54% | - |
| HSV(B) | 63.4º | 0.32% | 0.64% | - |
| XYZ | 30.84 | 35.28 | 20.22 | - |
| YUV | 157.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 111 | 0.02 | 0 | 0.32 | 0.36 | 63.4 | 0.23 | 0.54 |
| Hex | A1 | A4 | 6F | 2 | 0 | 20 | 24 | 3F | 17 | 36 |
| Octal | 241 | 244 | 157 | 2 | 0 | 40 | 44 | 77 | 27 | 66 |
| Binary | 10100001 | 10100100 | 1101111 | 10 | 0 | 100000 | 100100 | 111111 | 10111 | 110110 |
Color Harmonies of #A1A46F
Complementary color
Monochromatic Colors of #A1A46F
Black with #A1A46F
Text Example
Text Example
White with #A1A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A46F; }
p { color: rgb(161,164,111); }
H1.HeaderClassName
{
color: #A1A46F;
}
.AnyTagClassName
{
color: #A1A46F;
}
</style>
background-color css
<style>
a { background-color: #A1A46F; }
a { background-color: rgb(161,164,111); }
div.DivClassName
{
background-color: #A1A46F;
}
.BgClassName
{
background-color: #A1A46F;
}
</style>
border-color css
<style>
span { border-color: #A1A46F; }
span { border-color: rgb(161,164,111); }
td.TdClassName
{
border-color: #A1A46F;
}
.TagClassName
{
border-color: #A1A46F;
}
</style>