Shades of Green Smoke #A1A456
Tints of Green Smoke #A1A456
RGB
CMYK
RGB Variations
Color information
#A1A456 (or 0xA1A456) is known color: Green Smoke. HEX triplet: A1, A4 and 56. RGB value is (161,164,86). Sum of RGB (Red+Green+Blue) = 161+164+86=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A456 is #5E5BA9. Grayscale: #9A9A9A. Windows color (decimal): -6183850 or 5678241. OLE color: 5678241.
HSL color Cylindrical-coordinate representation of color #A1A456: hue angle of 62.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A456 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 86 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.36 |
| HSL | 62.31º | 0.31% | 0.49% | - |
| HSV(B) | 62.31º | 0.48% | 0.64% | - |
| XYZ | 29.65 | 34.8 | 13.96 | - |
| YUV | 154.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 86 | 0.02 | 0 | 0.48 | 0.36 | 62.31 | 0.31 | 0.49 |
| Hex | A1 | A4 | 56 | 2 | 0 | 30 | 24 | 3E | 1F | 31 |
| Octal | 241 | 244 | 126 | 2 | 0 | 60 | 44 | 76 | 37 | 61 |
| Binary | 10100001 | 10100100 | 1010110 | 10 | 0 | 110000 | 100100 | 111110 | 11111 | 110001 |
Color Harmonies of #A1A456
Complementary color
Monochromatic Colors of #A1A456
Black with #A1A456
Text Example
Text Example
White with #A1A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A456; }
p { color: rgb(161,164,86); }
H1.HeaderClassName
{
color: #A1A456;
}
.AnyTagClassName
{
color: #A1A456;
}
</style>
background-color css
<style>
a { background-color: #A1A456; }
a { background-color: rgb(161,164,86); }
div.DivClassName
{
background-color: #A1A456;
}
.BgClassName
{
background-color: #A1A456;
}
</style>
border-color css
<style>
span { border-color: #A1A456; }
span { border-color: rgb(161,164,86); }
td.TdClassName
{
border-color: #A1A456;
}
.TagClassName
{
border-color: #A1A456;
}
</style>