Shades of Green Smoke #A1AA57
Tints of Green Smoke #A1AA57
RGB
CMYK
RGB Variations
Color information
#A1AA57 (or 0xA1AA57) is known color: Green Smoke. HEX triplet: A1, AA and 57. RGB value is (161,170,87). Sum of RGB (Red+Green+Blue) = 161+170+87=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA57 is #5E55A8. Grayscale: #9E9E9E. Windows color (decimal): -6182313 or 5745313. OLE color: 5745313.
HSL color Cylindrical-coordinate representation of color #A1AA57: hue angle of 66.51º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1AA57 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 87 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.33 |
| HSL | 66.51º | 0.33% | 0.5% | - |
| HSV(B) | 66.51º | 0.49% | 0.67% | - |
| XYZ | 30.79 | 37.01 | 14.54 | - |
| YUV | 157.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 87 | 0.05 | 0 | 0.49 | 0.33 | 66.51 | 0.33 | 0.5 |
| Hex | A1 | AA | 57 | 5 | 0 | 31 | 21 | 43 | 21 | 32 |
| Octal | 241 | 252 | 127 | 5 | 0 | 61 | 41 | 103 | 41 | 62 |
| Binary | 10100001 | 10101010 | 1010111 | 101 | 0 | 110001 | 100001 | 1000011 | 100001 | 110010 |
Color Harmonies of #A1AA57
Complementary color
Monochromatic Colors of #A1AA57
Black with #A1AA57
Text Example
Text Example
White with #A1AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA57; }
p { color: rgb(161,170,87); }
H1.HeaderClassName
{
color: #A1AA57;
}
.AnyTagClassName
{
color: #A1AA57;
}
</style>
background-color css
<style>
a { background-color: #A1AA57; }
a { background-color: rgb(161,170,87); }
div.DivClassName
{
background-color: #A1AA57;
}
.BgClassName
{
background-color: #A1AA57;
}
</style>
border-color css
<style>
span { border-color: #A1AA57; }
span { border-color: rgb(161,170,87); }
td.TdClassName
{
border-color: #A1AA57;
}
.TagClassName
{
border-color: #A1AA57;
}
</style>