Shades of Green Smoke #A1A15A
Tints of Green Smoke #A1A15A
RGB
CMYK
RGB Variations
Color information
#A1A15A (or 0xA1A15A) is known color: Green Smoke. HEX triplet: A1, A1 and 5A. RGB value is (161,161,90). Sum of RGB (Red+Green+Blue) = 161+161+90=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A15A is #5E5EA5. Grayscale: #999999. Windows color (decimal): -6184614 or 5939617. OLE color: 5939617.
HSL color Cylindrical-coordinate representation of color #A1A15A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1A15A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 90 | - |
| CMYK | 0 | 0 | 0.44 | 0.37 |
| HSL | 60º | 0.28% | 0.49% | - |
| HSV(B) | 60º | 0.44% | 0.63% | - |
| XYZ | 29.29 | 33.8 | 14.65 | - |
| YUV | 152.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 90 | 0 | 0 | 0.44 | 0.37 | 60 | 0.28 | 0.49 |
| Hex | A1 | A1 | 5A | 0 | 0 | 2C | 25 | 3C | 1C | 31 |
| Octal | 241 | 241 | 132 | 0 | 0 | 54 | 45 | 74 | 34 | 61 |
| Binary | 10100001 | 10100001 | 1011010 | 0 | 0 | 101100 | 100101 | 111100 | 11100 | 110001 |
Color Harmonies of #A1A15A
Complementary color
Monochromatic Colors of #A1A15A
Black with #A1A15A
Text Example
Text Example
White with #A1A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A15A; }
p { color: rgb(161,161,90); }
H1.HeaderClassName
{
color: #A1A15A;
}
.AnyTagClassName
{
color: #A1A15A;
}
</style>
background-color css
<style>
a { background-color: #A1A15A; }
a { background-color: rgb(161,161,90); }
div.DivClassName
{
background-color: #A1A15A;
}
.BgClassName
{
background-color: #A1A15A;
}
</style>
border-color css
<style>
span { border-color: #A1A15A; }
span { border-color: rgb(161,161,90); }
td.TdClassName
{
border-color: #A1A15A;
}
.TagClassName
{
border-color: #A1A15A;
}
</style>