Shades of Green Smoke #A1A964
Tints of Green Smoke #A1A964
RGB
CMYK
RGB Variations
Color information
#A1A964 (or 0xA1A964) is known color: Green Smoke. HEX triplet: A1, A9 and 64. RGB value is (161,169,100). Sum of RGB (Red+Green+Blue) = 161+169+100=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A964 is #5E569B. Grayscale: #9F9F9F. Windows color (decimal): -6182556 or 6597025. OLE color: 6597025.
HSL color Cylindrical-coordinate representation of color #A1A964: hue angle of 66.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1A964 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 100 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.34 |
| HSL | 66.96º | 0.29% | 0.53% | - |
| HSV(B) | 66.96º | 0.41% | 0.66% | - |
| XYZ | 31.19 | 36.87 | 17.53 | - |
| YUV | 158.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 100 | 0.05 | 0 | 0.41 | 0.34 | 66.96 | 0.29 | 0.53 |
| Hex | A1 | A9 | 64 | 5 | 0 | 29 | 22 | 43 | 1D | 35 |
| Octal | 241 | 251 | 144 | 5 | 0 | 51 | 42 | 103 | 35 | 65 |
| Binary | 10100001 | 10101001 | 1100100 | 101 | 0 | 101001 | 100010 | 1000011 | 11101 | 110101 |
Color Harmonies of #A1A964
Complementary color
Monochromatic Colors of #A1A964
Black with #A1A964
Text Example
Text Example
White with #A1A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A964; }
p { color: rgb(161,169,100); }
H1.HeaderClassName
{
color: #A1A964;
}
.AnyTagClassName
{
color: #A1A964;
}
</style>
background-color css
<style>
a { background-color: #A1A964; }
a { background-color: rgb(161,169,100); }
div.DivClassName
{
background-color: #A1A964;
}
.BgClassName
{
background-color: #A1A964;
}
</style>
border-color css
<style>
span { border-color: #A1A964; }
span { border-color: rgb(161,169,100); }
td.TdClassName
{
border-color: #A1A964;
}
.TagClassName
{
border-color: #A1A964;
}
</style>