Shades of Green Smoke #A1A858
Tints of Green Smoke #A1A858
RGB
CMYK
RGB Variations
Color information
#A1A858 (or 0xA1A858) is known color: Green Smoke. HEX triplet: A1, A8 and 58. RGB value is (161,168,88). Sum of RGB (Red+Green+Blue) = 161+168+88=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A858 is #5E57A7. Grayscale: #9D9D9D. Windows color (decimal): -6182824 or 5810337. OLE color: 5810337.
HSL color Cylindrical-coordinate representation of color #A1A858: hue angle of 65.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A858 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 88 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.34 |
| HSL | 65.25º | 0.31% | 0.5% | - |
| HSV(B) | 65.25º | 0.48% | 0.66% | - |
| XYZ | 30.46 | 36.29 | 14.63 | - |
| YUV | 156.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 88 | 0.04 | 0 | 0.48 | 0.34 | 65.25 | 0.31 | 0.5 |
| Hex | A1 | A8 | 58 | 4 | 0 | 30 | 22 | 41 | 1F | 32 |
| Octal | 241 | 250 | 130 | 4 | 0 | 60 | 42 | 101 | 37 | 62 |
| Binary | 10100001 | 10101000 | 1011000 | 100 | 0 | 110000 | 100010 | 1000001 | 11111 | 110010 |
Color Harmonies of #A1A858
Complementary color
Monochromatic Colors of #A1A858
Black with #A1A858
Text Example
Text Example
White with #A1A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A858; }
p { color: rgb(161,168,88); }
H1.HeaderClassName
{
color: #A1A858;
}
.AnyTagClassName
{
color: #A1A858;
}
</style>
background-color css
<style>
a { background-color: #A1A858; }
a { background-color: rgb(161,168,88); }
div.DivClassName
{
background-color: #A1A858;
}
.BgClassName
{
background-color: #A1A858;
}
</style>
border-color css
<style>
span { border-color: #A1A858; }
span { border-color: rgb(161,168,88); }
td.TdClassName
{
border-color: #A1A858;
}
.TagClassName
{
border-color: #A1A858;
}
</style>