Shades of Green Smoke #A1A953
Tints of Green Smoke #A1A953
RGB
CMYK
RGB Variations
Color information
#A1A953 (or 0xA1A953) is known color: Green Smoke. HEX triplet: A1, A9 and 53. RGB value is (161,169,83). Sum of RGB (Red+Green+Blue) = 161+169+83=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A953 is #5E56AC. Grayscale: #9D9D9D. Windows color (decimal): -6182573 or 5482913. OLE color: 5482913.
HSL color Cylindrical-coordinate representation of color #A1A953: hue angle of 65.58º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1A953 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 83 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.34 |
| HSL | 65.58º | 0.34% | 0.49% | - |
| HSV(B) | 65.58º | 0.51% | 0.66% | - |
| XYZ | 30.45 | 36.58 | 13.64 | - |
| YUV | 156.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 83 | 0.05 | 0 | 0.51 | 0.34 | 65.58 | 0.34 | 0.49 |
| Hex | A1 | A9 | 53 | 5 | 0 | 33 | 22 | 42 | 22 | 31 |
| Octal | 241 | 251 | 123 | 5 | 0 | 63 | 42 | 102 | 42 | 61 |
| Binary | 10100001 | 10101001 | 1010011 | 101 | 0 | 110011 | 100010 | 1000010 | 100010 | 110001 |
Color Harmonies of #A1A953
Complementary color
Monochromatic Colors of #A1A953
Black with #A1A953
Text Example
Text Example
White with #A1A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A953; }
p { color: rgb(161,169,83); }
H1.HeaderClassName
{
color: #A1A953;
}
.AnyTagClassName
{
color: #A1A953;
}
</style>
background-color css
<style>
a { background-color: #A1A953; }
a { background-color: rgb(161,169,83); }
div.DivClassName
{
background-color: #A1A953;
}
.BgClassName
{
background-color: #A1A953;
}
</style>
border-color css
<style>
span { border-color: #A1A953; }
span { border-color: rgb(161,169,83); }
td.TdClassName
{
border-color: #A1A953;
}
.TagClassName
{
border-color: #A1A953;
}
</style>