Shades of Green Smoke #A0AB52
Tints of Green Smoke #A0AB52
RGB
CMYK
RGB Variations
Color information
#A0AB52 (or 0xA0AB52) is known color: Green Smoke. HEX triplet: A0, AB and 52. RGB value is (160,171,82). Sum of RGB (Red+Green+Blue) = 160+171+82=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB52 is #5F54AD. Grayscale: #9D9D9D. Windows color (decimal): -6247598 or 5417888. OLE color: 5417888.
HSL color Cylindrical-coordinate representation of color #A0AB52: hue angle of 67.42º 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 #A0AB52 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 82 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.33 |
| HSL | 67.42º | 0.35% | 0.5% | - |
| HSV(B) | 67.42º | 0.52% | 0.67% | - |
| XYZ | 30.58 | 37.21 | 13.55 | - |
| YUV | 157.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 82 | 0.06 | 0 | 0.52 | 0.33 | 67.42 | 0.35 | 0.5 |
| Hex | A0 | AB | 52 | 6 | 0 | 34 | 21 | 43 | 23 | 32 |
| Octal | 240 | 253 | 122 | 6 | 0 | 64 | 41 | 103 | 43 | 62 |
| Binary | 10100000 | 10101011 | 1010010 | 110 | 0 | 110100 | 100001 | 1000011 | 100011 | 110010 |
Color Harmonies of #A0AB52
Complementary color
Monochromatic Colors of #A0AB52
Black with #A0AB52
Text Example
Text Example
White with #A0AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB52; }
p { color: rgb(160,171,82); }
H1.HeaderClassName
{
color: #A0AB52;
}
.AnyTagClassName
{
color: #A0AB52;
}
</style>
background-color css
<style>
a { background-color: #A0AB52; }
a { background-color: rgb(160,171,82); }
div.DivClassName
{
background-color: #A0AB52;
}
.BgClassName
{
background-color: #A0AB52;
}
</style>
border-color css
<style>
span { border-color: #A0AB52; }
span { border-color: rgb(160,171,82); }
td.TdClassName
{
border-color: #A0AB52;
}
.TagClassName
{
border-color: #A0AB52;
}
</style>