Shades of Green Smoke #A0AB5B
Tints of Green Smoke #A0AB5B
RGB
CMYK
RGB Variations
Color information
#A0AB5B (or 0xA0AB5B) is known color: Green Smoke. HEX triplet: A0, AB and 5B. RGB value is (160,171,91). Sum of RGB (Red+Green+Blue) = 160+171+91=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5B is #5F54A4. Grayscale: #9E9E9E. Windows color (decimal): -6247589 or 6007712. OLE color: 6007712.
HSL color Cylindrical-coordinate representation of color #A0AB5B: hue angle of 68.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0AB5B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 91 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.33 |
| HSL | 68.25º | 0.32% | 0.51% | - |
| HSV(B) | 68.25º | 0.47% | 0.67% | - |
| XYZ | 30.95 | 37.35 | 15.48 | - |
| YUV | 158.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 91 | 0.06 | 0 | 0.47 | 0.33 | 68.25 | 0.32 | 0.51 |
| Hex | A0 | AB | 5B | 6 | 0 | 2F | 21 | 44 | 20 | 33 |
| Octal | 240 | 253 | 133 | 6 | 0 | 57 | 41 | 104 | 40 | 63 |
| Binary | 10100000 | 10101011 | 1011011 | 110 | 0 | 101111 | 100001 | 1000100 | 100000 | 110011 |
Color Harmonies of #A0AB5B
Complementary color
Monochromatic Colors of #A0AB5B
Black with #A0AB5B
Text Example
Text Example
White with #A0AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB5B; }
p { color: rgb(160,171,91); }
H1.HeaderClassName
{
color: #A0AB5B;
}
.AnyTagClassName
{
color: #A0AB5B;
}
</style>
background-color css
<style>
a { background-color: #A0AB5B; }
a { background-color: rgb(160,171,91); }
div.DivClassName
{
background-color: #A0AB5B;
}
.BgClassName
{
background-color: #A0AB5B;
}
</style>
border-color css
<style>
span { border-color: #A0AB5B; }
span { border-color: rgb(160,171,91); }
td.TdClassName
{
border-color: #A0AB5B;
}
.TagClassName
{
border-color: #A0AB5B;
}
</style>