Shades of Green Smoke #A1A470
Tints of Green Smoke #A1A470
RGB
CMYK
RGB Variations
Color information
#A1A470 (or 0xA1A470) is known color: Green Smoke. HEX triplet: A1, A4 and 70. RGB value is (161,164,112). Sum of RGB (Red+Green+Blue) = 161+164+112=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A470 is #5E5B8F. Grayscale: #9D9D9D. Windows color (decimal): -6183824 or 7382177. OLE color: 7382177.
HSL color Cylindrical-coordinate representation of color #A1A470: hue angle of 63.46º degrees, saturation: 0.22, 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 #A1A470 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 112 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.36 |
| HSL | 63.46º | 0.22% | 0.54% | - |
| HSV(B) | 63.46º | 0.32% | 0.64% | - |
| XYZ | 30.9 | 35.3 | 20.51 | - |
| YUV | 157.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 112 | 0.02 | 0 | 0.32 | 0.36 | 63.46 | 0.22 | 0.54 |
| Hex | A1 | A4 | 70 | 2 | 0 | 20 | 24 | 3F | 16 | 36 |
| Octal | 241 | 244 | 160 | 2 | 0 | 40 | 44 | 77 | 26 | 66 |
| Binary | 10100001 | 10100100 | 1110000 | 10 | 0 | 100000 | 100100 | 111111 | 10110 | 110110 |
Color Harmonies of #A1A470
Complementary color
Monochromatic Colors of #A1A470
Black with #A1A470
Text Example
Text Example
White with #A1A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A470; }
p { color: rgb(161,164,112); }
H1.HeaderClassName
{
color: #A1A470;
}
.AnyTagClassName
{
color: #A1A470;
}
</style>
background-color css
<style>
a { background-color: #A1A470; }
a { background-color: rgb(161,164,112); }
div.DivClassName
{
background-color: #A1A470;
}
.BgClassName
{
background-color: #A1A470;
}
</style>
border-color css
<style>
span { border-color: #A1A470; }
span { border-color: rgb(161,164,112); }
td.TdClassName
{
border-color: #A1A470;
}
.TagClassName
{
border-color: #A1A470;
}
</style>