Shades of Green Smoke #A1A557
Tints of Green Smoke #A1A557
RGB
CMYK
RGB Variations
Color information
#A1A557 (or 0xA1A557) is known color: Green Smoke. HEX triplet: A1, A5 and 57. RGB value is (161,165,87). Sum of RGB (Red+Green+Blue) = 161+165+87=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A557 is #5E5AA8. Grayscale: #9B9B9B. Windows color (decimal): -6183593 or 5744033. OLE color: 5744033.
HSL color Cylindrical-coordinate representation of color #A1A557: hue angle of 63.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1A557 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 87 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.35 |
| HSL | 63.08º | 0.31% | 0.49% | - |
| HSV(B) | 63.08º | 0.47% | 0.65% | - |
| XYZ | 29.87 | 35.18 | 14.23 | - |
| YUV | 154.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 87 | 0.02 | 0 | 0.47 | 0.35 | 63.08 | 0.31 | 0.49 |
| Hex | A1 | A5 | 57 | 2 | 0 | 2F | 23 | 3F | 1F | 31 |
| Octal | 241 | 245 | 127 | 2 | 0 | 57 | 43 | 77 | 37 | 61 |
| Binary | 10100001 | 10100101 | 1010111 | 10 | 0 | 101111 | 100011 | 111111 | 11111 | 110001 |
Color Harmonies of #A1A557
Complementary color
Monochromatic Colors of #A1A557
Black with #A1A557
Text Example
Text Example
White with #A1A557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A557; }
p { color: rgb(161,165,87); }
H1.HeaderClassName
{
color: #A1A557;
}
.AnyTagClassName
{
color: #A1A557;
}
</style>
background-color css
<style>
a { background-color: #A1A557; }
a { background-color: rgb(161,165,87); }
div.DivClassName
{
background-color: #A1A557;
}
.BgClassName
{
background-color: #A1A557;
}
</style>
border-color css
<style>
span { border-color: #A1A557; }
span { border-color: rgb(161,165,87); }
td.TdClassName
{
border-color: #A1A557;
}
.TagClassName
{
border-color: #A1A557;
}
</style>