Shades of Green Smoke #A0AB5D
Tints of Green Smoke #A0AB5D
RGB
CMYK
RGB Variations
Color information
#A0AB5D (or 0xA0AB5D) is known color: Green Smoke. HEX triplet: A0, AB and 5D. RGB value is (160,171,93). Sum of RGB (Red+Green+Blue) = 160+171+93=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5D is #5F54A2. Grayscale: #9F9F9F. Windows color (decimal): -6247587 or 6138784. OLE color: 6138784.
HSL color Cylindrical-coordinate representation of color #A0AB5D: hue angle of 68.46º 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 #A0AB5D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 93 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.33 |
| HSL | 68.46º | 0.32% | 0.52% | - |
| HSV(B) | 68.46º | 0.46% | 0.67% | - |
| XYZ | 31.04 | 37.39 | 15.94 | - |
| YUV | 158.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 93 | 0.06 | 0 | 0.46 | 0.33 | 68.46 | 0.32 | 0.52 |
| Hex | A0 | AB | 5D | 6 | 0 | 2E | 21 | 44 | 20 | 34 |
| Octal | 240 | 253 | 135 | 6 | 0 | 56 | 41 | 104 | 40 | 64 |
| Binary | 10100000 | 10101011 | 1011101 | 110 | 0 | 101110 | 100001 | 1000100 | 100000 | 110100 |
Color Harmonies of #A0AB5D
Complementary color
Monochromatic Colors of #A0AB5D
Black with #A0AB5D
Text Example
Text Example
White with #A0AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB5D; }
p { color: rgb(160,171,93); }
H1.HeaderClassName
{
color: #A0AB5D;
}
.AnyTagClassName
{
color: #A0AB5D;
}
</style>
background-color css
<style>
a { background-color: #A0AB5D; }
a { background-color: rgb(160,171,93); }
div.DivClassName
{
background-color: #A0AB5D;
}
.BgClassName
{
background-color: #A0AB5D;
}
</style>
border-color css
<style>
span { border-color: #A0AB5D; }
span { border-color: rgb(160,171,93); }
td.TdClassName
{
border-color: #A0AB5D;
}
.TagClassName
{
border-color: #A0AB5D;
}
</style>