Shades of Green Smoke #A1A04F
Tints of Green Smoke #A1A04F
RGB
CMYK
RGB Variations
Color information
#A1A04F (or 0xA1A04F) is known color: Green Smoke. HEX triplet: A1, A0 and 4F. RGB value is (161,160,79). Sum of RGB (Red+Green+Blue) = 161+160+79=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A04F is #5E5FB0. Grayscale: #979797. Windows color (decimal): -6184881 or 5218465. OLE color: 5218465.
HSL color Cylindrical-coordinate representation of color #A1A04F: hue angle of 59.27º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1A04F is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 79 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.37 |
| HSL | 59.27º | 0.34% | 0.47% | - |
| HSV(B) | 59.27º | 0.51% | 0.63% | - |
| XYZ | 28.68 | 33.28 | 12.31 | - |
| YUV | 151.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 79 | 0 | 0.01 | 0.51 | 0.37 | 59.27 | 0.34 | 0.47 |
| Hex | A1 | A0 | 4F | 0 | 1 | 33 | 25 | 3B | 22 | 2F |
| Octal | 241 | 240 | 117 | 0 | 1 | 63 | 45 | 73 | 42 | 57 |
| Binary | 10100001 | 10100000 | 1001111 | 0 | 1 | 110011 | 100101 | 111011 | 100010 | 101111 |
Color Harmonies of #A1A04F
Complementary color
Monochromatic Colors of #A1A04F
Black with #A1A04F
Text Example
Text Example
White with #A1A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A04F; }
p { color: rgb(161,160,79); }
H1.HeaderClassName
{
color: #A1A04F;
}
.AnyTagClassName
{
color: #A1A04F;
}
</style>
background-color css
<style>
a { background-color: #A1A04F; }
a { background-color: rgb(161,160,79); }
div.DivClassName
{
background-color: #A1A04F;
}
.BgClassName
{
background-color: #A1A04F;
}
</style>
border-color css
<style>
span { border-color: #A1A04F; }
span { border-color: rgb(161,160,79); }
td.TdClassName
{
border-color: #A1A04F;
}
.TagClassName
{
border-color: #A1A04F;
}
</style>