Shades of Green Smoke #A1A255
Tints of Green Smoke #A1A255
RGB
CMYK
RGB Variations
Color information
#A1A255 (or 0xA1A255) is known color: Green Smoke. HEX triplet: A1, A2 and 55. RGB value is (161,162,85). Sum of RGB (Red+Green+Blue) = 161+162+85=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A255 is #5E5DAA. Grayscale: #999999. Windows color (decimal): -6184363 or 5612193. OLE color: 5612193.
HSL color Cylindrical-coordinate representation of color #A1A255: hue angle of 60.78º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A255 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 85 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.36 |
| HSL | 60.78º | 0.31% | 0.48% | - |
| HSV(B) | 60.78º | 0.48% | 0.64% | - |
| XYZ | 29.26 | 34.07 | 13.63 | - |
| YUV | 152.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 85 | 0.01 | 0 | 0.48 | 0.36 | 60.78 | 0.31 | 0.48 |
| Hex | A1 | A2 | 55 | 1 | 0 | 30 | 24 | 3D | 1F | 30 |
| Octal | 241 | 242 | 125 | 1 | 0 | 60 | 44 | 75 | 37 | 60 |
| Binary | 10100001 | 10100010 | 1010101 | 1 | 0 | 110000 | 100100 | 111101 | 11111 | 110000 |
Color Harmonies of #A1A255
Complementary color
Monochromatic Colors of #A1A255
Black with #A1A255
Text Example
Text Example
White with #A1A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A255; }
p { color: rgb(161,162,85); }
H1.HeaderClassName
{
color: #A1A255;
}
.AnyTagClassName
{
color: #A1A255;
}
</style>
background-color css
<style>
a { background-color: #A1A255; }
a { background-color: rgb(161,162,85); }
div.DivClassName
{
background-color: #A1A255;
}
.BgClassName
{
background-color: #A1A255;
}
</style>
border-color css
<style>
span { border-color: #A1A255; }
span { border-color: rgb(161,162,85); }
td.TdClassName
{
border-color: #A1A255;
}
.TagClassName
{
border-color: #A1A255;
}
</style>