Shades of Green Smoke #A1A152
Tints of Green Smoke #A1A152
RGB
CMYK
RGB Variations
Color information
#A1A152 (or 0xA1A152) is known color: Green Smoke. HEX triplet: A1, A1 and 52. RGB value is (161,161,82). Sum of RGB (Red+Green+Blue) = 161+161+82=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A152 is #5E5EAD. Grayscale: #989898. Windows color (decimal): -6184622 or 5415329. OLE color: 5415329.
HSL color Cylindrical-coordinate representation of color #A1A152: hue angle of 60º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1A152 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 82 | - |
| CMYK | 0 | 0 | 0.49 | 0.37 |
| HSL | 60º | 0.33% | 0.48% | - |
| HSV(B) | 60º | 0.49% | 0.63% | - |
| XYZ | 28.97 | 33.68 | 12.96 | - |
| YUV | 151.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 82 | 0 | 0 | 0.49 | 0.37 | 60 | 0.33 | 0.48 |
| Hex | A1 | A1 | 52 | 0 | 0 | 31 | 25 | 3C | 21 | 30 |
| Octal | 241 | 241 | 122 | 0 | 0 | 61 | 45 | 74 | 41 | 60 |
| Binary | 10100001 | 10100001 | 1010010 | 0 | 0 | 110001 | 100101 | 111100 | 100001 | 110000 |
Color Harmonies of #A1A152
Complementary color
Monochromatic Colors of #A1A152
Black with #A1A152
Text Example
Text Example
White with #A1A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A152; }
p { color: rgb(161,161,82); }
H1.HeaderClassName
{
color: #A1A152;
}
.AnyTagClassName
{
color: #A1A152;
}
</style>
background-color css
<style>
a { background-color: #A1A152; }
a { background-color: rgb(161,161,82); }
div.DivClassName
{
background-color: #A1A152;
}
.BgClassName
{
background-color: #A1A152;
}
</style>
border-color css
<style>
span { border-color: #A1A152; }
span { border-color: rgb(161,161,82); }
td.TdClassName
{
border-color: #A1A152;
}
.TagClassName
{
border-color: #A1A152;
}
</style>