Shades of Green Smoke #A1B052
Tints of Green Smoke #A1B052
RGB
CMYK
RGB Variations
Color information
#A1B052 (or 0xA1B052) is known color: Green Smoke. HEX triplet: A1, B0 and 52. RGB value is (161,176,82). Sum of RGB (Red+Green+Blue) = 161+176+82=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B052 is #5E4FAD. Grayscale: #A1A1A1. Windows color (decimal): -6180782 or 5419169. OLE color: 5419169.
HSL color Cylindrical-coordinate representation of color #A1B052: hue angle of 69.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1B052 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 82 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.31 |
| HSL | 69.57º | 0.37% | 0.51% | - |
| HSV(B) | 69.57º | 0.53% | 0.69% | - |
| XYZ | 31.75 | 39.24 | 13.88 | - |
| YUV | 160.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 82 | 0.09 | 0 | 0.53 | 0.31 | 69.57 | 0.37 | 0.51 |
| Hex | A1 | B0 | 52 | 9 | 0 | 35 | 1F | 46 | 25 | 33 |
| Octal | 241 | 260 | 122 | 11 | 0 | 65 | 37 | 106 | 45 | 63 |
| Binary | 10100001 | 10110000 | 1010010 | 1001 | 0 | 110101 | 11111 | 1000110 | 100101 | 110011 |
Color Harmonies of #A1B052
Complementary color
Monochromatic Colors of #A1B052
Black with #A1B052
Text Example
Text Example
White with #A1B052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B052; }
p { color: rgb(161,176,82); }
H1.HeaderClassName
{
color: #A1B052;
}
.AnyTagClassName
{
color: #A1B052;
}
</style>
background-color css
<style>
a { background-color: #A1B052; }
a { background-color: rgb(161,176,82); }
div.DivClassName
{
background-color: #A1B052;
}
.BgClassName
{
background-color: #A1B052;
}
</style>
border-color css
<style>
span { border-color: #A1B052; }
span { border-color: rgb(161,176,82); }
td.TdClassName
{
border-color: #A1B052;
}
.TagClassName
{
border-color: #A1B052;
}
</style>