Shades of Green Smoke #A1A151
Tints of Green Smoke #A1A151
RGB
CMYK
RGB Variations
Color information
#A1A151 (or 0xA1A151) is known color: Green Smoke. HEX triplet: A1, A1 and 51. RGB value is (161,161,81). Sum of RGB (Red+Green+Blue) = 161+161+81=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A151 is #5E5EAE. Grayscale: #989898. Windows color (decimal): -6184623 or 5349793. OLE color: 5349793.
HSL color Cylindrical-coordinate representation of color #A1A151: hue angle of 60º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1A151 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 81 | - |
| CMYK | 0 | 0 | 0.50 | 0.37 |
| HSL | 60º | 0.33% | 0.47% | - |
| HSV(B) | 60º | 0.5% | 0.63% | - |
| XYZ | 28.93 | 33.66 | 12.76 | - |
| YUV | 151.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 81 | 0 | 0 | 0.50 | 0.37 | 60 | 0.33 | 0.47 |
| Hex | A1 | A1 | 51 | 0 | 0 | 32 | 25 | 3C | 21 | 2F |
| Octal | 241 | 241 | 121 | 0 | 0 | 62 | 45 | 74 | 41 | 57 |
| Binary | 10100001 | 10100001 | 1010001 | 0 | 0 | 110010 | 100101 | 111100 | 100001 | 101111 |
Color Harmonies of #A1A151
Complementary color
Monochromatic Colors of #A1A151
Black with #A1A151
Text Example
Text Example
White with #A1A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A151; }
p { color: rgb(161,161,81); }
H1.HeaderClassName
{
color: #A1A151;
}
.AnyTagClassName
{
color: #A1A151;
}
</style>
background-color css
<style>
a { background-color: #A1A151; }
a { background-color: rgb(161,161,81); }
div.DivClassName
{
background-color: #A1A151;
}
.BgClassName
{
background-color: #A1A151;
}
</style>
border-color css
<style>
span { border-color: #A1A151; }
span { border-color: rgb(161,161,81); }
td.TdClassName
{
border-color: #A1A151;
}
.TagClassName
{
border-color: #A1A151;
}
</style>