Shades of Green Smoke #A1A857
Tints of Green Smoke #A1A857
RGB
CMYK
RGB Variations
Color information
#A1A857 (or 0xA1A857) is known color: Green Smoke. HEX triplet: A1, A8 and 57. RGB value is (161,168,87). Sum of RGB (Red+Green+Blue) = 161+168+87=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A857 is #5E57A8. Grayscale: #9C9C9C. Windows color (decimal): -6182825 or 5744801. OLE color: 5744801.
HSL color Cylindrical-coordinate representation of color #A1A857: hue angle of 65.19º degrees, saturation: 0.32, 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 #A1A857 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 87 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.34 |
| HSL | 65.19º | 0.32% | 0.5% | - |
| HSV(B) | 65.19º | 0.48% | 0.66% | - |
| XYZ | 30.42 | 36.27 | 14.41 | - |
| YUV | 156.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 87 | 0.04 | 0 | 0.48 | 0.34 | 65.19 | 0.32 | 0.5 |
| Hex | A1 | A8 | 57 | 4 | 0 | 30 | 22 | 41 | 20 | 32 |
| Octal | 241 | 250 | 127 | 4 | 0 | 60 | 42 | 101 | 40 | 62 |
| Binary | 10100001 | 10101000 | 1010111 | 100 | 0 | 110000 | 100010 | 1000001 | 100000 | 110010 |
Color Harmonies of #A1A857
Complementary color
Monochromatic Colors of #A1A857
Black with #A1A857
Text Example
Text Example
White with #A1A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A857; }
p { color: rgb(161,168,87); }
H1.HeaderClassName
{
color: #A1A857;
}
.AnyTagClassName
{
color: #A1A857;
}
</style>
background-color css
<style>
a { background-color: #A1A857; }
a { background-color: rgb(161,168,87); }
div.DivClassName
{
background-color: #A1A857;
}
.BgClassName
{
background-color: #A1A857;
}
</style>
border-color css
<style>
span { border-color: #A1A857; }
span { border-color: rgb(161,168,87); }
td.TdClassName
{
border-color: #A1A857;
}
.TagClassName
{
border-color: #A1A857;
}
</style>