Shades of Green Smoke #A1A954
Tints of Green Smoke #A1A954
RGB
CMYK
RGB Variations
Color information
#A1A954 (or 0xA1A954) is known color: Green Smoke. HEX triplet: A1, A9 and 54. RGB value is (161,169,84). Sum of RGB (Red+Green+Blue) = 161+169+84=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A954 is #5E56AB. Grayscale: #9D9D9D. Windows color (decimal): -6182572 or 5548449. OLE color: 5548449.
HSL color Cylindrical-coordinate representation of color #A1A954: hue angle of 65.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1A954 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 84 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.34 |
| HSL | 65.65º | 0.34% | 0.5% | - |
| HSV(B) | 65.65º | 0.5% | 0.66% | - |
| XYZ | 30.49 | 36.59 | 13.84 | - |
| YUV | 156.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 84 | 0.05 | 0 | 0.50 | 0.34 | 65.65 | 0.34 | 0.5 |
| Hex | A1 | A9 | 54 | 5 | 0 | 32 | 22 | 42 | 22 | 32 |
| Octal | 241 | 251 | 124 | 5 | 0 | 62 | 42 | 102 | 42 | 62 |
| Binary | 10100001 | 10101001 | 1010100 | 101 | 0 | 110010 | 100010 | 1000010 | 100010 | 110010 |
Color Harmonies of #A1A954
Complementary color
Monochromatic Colors of #A1A954
Black with #A1A954
Text Example
Text Example
White with #A1A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A954; }
p { color: rgb(161,169,84); }
H1.HeaderClassName
{
color: #A1A954;
}
.AnyTagClassName
{
color: #A1A954;
}
</style>
background-color css
<style>
a { background-color: #A1A954; }
a { background-color: rgb(161,169,84); }
div.DivClassName
{
background-color: #A1A954;
}
.BgClassName
{
background-color: #A1A954;
}
</style>
border-color css
<style>
span { border-color: #A1A954; }
span { border-color: rgb(161,169,84); }
td.TdClassName
{
border-color: #A1A954;
}
.TagClassName
{
border-color: #A1A954;
}
</style>