Shades of Green Smoke #A0AB5C
Tints of Green Smoke #A0AB5C
RGB
CMYK
RGB Variations
Color information
#A0AB5C (or 0xA0AB5C) is known color: Green Smoke. HEX triplet: A0, AB and 5C. RGB value is (160,171,92). Sum of RGB (Red+Green+Blue) = 160+171+92=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5C is #5F54A3. Grayscale: #9F9F9F. Windows color (decimal): -6247588 or 6073248. OLE color: 6073248.
HSL color Cylindrical-coordinate representation of color #A0AB5C: hue angle of 68.35º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0AB5C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 92 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.33 |
| HSL | 68.35º | 0.32% | 0.52% | - |
| HSV(B) | 68.35º | 0.46% | 0.67% | - |
| XYZ | 30.99 | 37.37 | 15.71 | - |
| YUV | 158.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 92 | 0.06 | 0 | 0.46 | 0.33 | 68.35 | 0.32 | 0.52 |
| Hex | A0 | AB | 5C | 6 | 0 | 2E | 21 | 44 | 20 | 34 |
| Octal | 240 | 253 | 134 | 6 | 0 | 56 | 41 | 104 | 40 | 64 |
| Binary | 10100000 | 10101011 | 1011100 | 110 | 0 | 101110 | 100001 | 1000100 | 100000 | 110100 |
Color Harmonies of #A0AB5C
Complementary color
Monochromatic Colors of #A0AB5C
Black with #A0AB5C
Text Example
Text Example
White with #A0AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB5C; }
p { color: rgb(160,171,92); }
H1.HeaderClassName
{
color: #A0AB5C;
}
.AnyTagClassName
{
color: #A0AB5C;
}
</style>
background-color css
<style>
a { background-color: #A0AB5C; }
a { background-color: rgb(160,171,92); }
div.DivClassName
{
background-color: #A0AB5C;
}
.BgClassName
{
background-color: #A0AB5C;
}
</style>
border-color css
<style>
span { border-color: #A0AB5C; }
span { border-color: rgb(160,171,92); }
td.TdClassName
{
border-color: #A0AB5C;
}
.TagClassName
{
border-color: #A0AB5C;
}
</style>