Shades of Green Smoke #A1AB52
Tints of Green Smoke #A1AB52
RGB
CMYK
RGB Variations
Color information
#A1AB52 (or 0xA1AB52) is known color: Green Smoke. HEX triplet: A1, AB and 52. RGB value is (161,171,82). Sum of RGB (Red+Green+Blue) = 161+171+82=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB52 is #5E54AD. Grayscale: #9E9E9E. Windows color (decimal): -6182062 or 5417889. OLE color: 5417889.
HSL color Cylindrical-coordinate representation of color #A1AB52: hue angle of 66.74º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1AB52 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 82 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.33 |
| HSL | 66.74º | 0.35% | 0.5% | - |
| HSV(B) | 66.74º | 0.52% | 0.67% | - |
| XYZ | 30.78 | 37.31 | 13.56 | - |
| YUV | 157.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 82 | 0.06 | 0 | 0.52 | 0.33 | 66.74 | 0.35 | 0.5 |
| Hex | A1 | AB | 52 | 6 | 0 | 34 | 21 | 43 | 23 | 32 |
| Octal | 241 | 253 | 122 | 6 | 0 | 64 | 41 | 103 | 43 | 62 |
| Binary | 10100001 | 10101011 | 1010010 | 110 | 0 | 110100 | 100001 | 1000011 | 100011 | 110010 |
Color Harmonies of #A1AB52
Complementary color
Monochromatic Colors of #A1AB52
Black with #A1AB52
Text Example
Text Example
White with #A1AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB52; }
p { color: rgb(161,171,82); }
H1.HeaderClassName
{
color: #A1AB52;
}
.AnyTagClassName
{
color: #A1AB52;
}
</style>
background-color css
<style>
a { background-color: #A1AB52; }
a { background-color: rgb(161,171,82); }
div.DivClassName
{
background-color: #A1AB52;
}
.BgClassName
{
background-color: #A1AB52;
}
</style>
border-color css
<style>
span { border-color: #A1AB52; }
span { border-color: rgb(161,171,82); }
td.TdClassName
{
border-color: #A1AB52;
}
.TagClassName
{
border-color: #A1AB52;
}
</style>