Shades of Green Smoke #A0AB5A
Tints of Green Smoke #A0AB5A
RGB
CMYK
RGB Variations
Color information
#A0AB5A (or 0xA0AB5A) is known color: Green Smoke. HEX triplet: A0, AB and 5A. RGB value is (160,171,90). Sum of RGB (Red+Green+Blue) = 160+171+90=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5A is #5F54A5. Grayscale: #9E9E9E. Windows color (decimal): -6247590 or 5942176. OLE color: 5942176.
HSL color Cylindrical-coordinate representation of color #A0AB5A: hue angle of 68.15º degrees, saturation: 0.33, 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 #A0AB5A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 90 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.33 |
| HSL | 68.15º | 0.33% | 0.51% | - |
| HSV(B) | 68.15º | 0.47% | 0.67% | - |
| XYZ | 30.91 | 37.34 | 15.25 | - |
| YUV | 158.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 90 | 0.06 | 0 | 0.47 | 0.33 | 68.15 | 0.33 | 0.51 |
| Hex | A0 | AB | 5A | 6 | 0 | 2F | 21 | 44 | 21 | 33 |
| Octal | 240 | 253 | 132 | 6 | 0 | 57 | 41 | 104 | 41 | 63 |
| Binary | 10100000 | 10101011 | 1011010 | 110 | 0 | 101111 | 100001 | 1000100 | 100001 | 110011 |
Color Harmonies of #A0AB5A
Complementary color
Monochromatic Colors of #A0AB5A
Black with #A0AB5A
Text Example
Text Example
White with #A0AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB5A; }
p { color: rgb(160,171,90); }
H1.HeaderClassName
{
color: #A0AB5A;
}
.AnyTagClassName
{
color: #A0AB5A;
}
</style>
background-color css
<style>
a { background-color: #A0AB5A; }
a { background-color: rgb(160,171,90); }
div.DivClassName
{
background-color: #A0AB5A;
}
.BgClassName
{
background-color: #A0AB5A;
}
</style>
border-color css
<style>
span { border-color: #A0AB5A; }
span { border-color: rgb(160,171,90); }
td.TdClassName
{
border-color: #A0AB5A;
}
.TagClassName
{
border-color: #A0AB5A;
}
</style>