Shades of Green Smoke #A0AB55
Tints of Green Smoke #A0AB55
RGB
CMYK
RGB Variations
Color information
#A0AB55 (or 0xA0AB55) is known color: Green Smoke. HEX triplet: A0, AB and 55. RGB value is (160,171,85). Sum of RGB (Red+Green+Blue) = 160+171+85=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB55 is #5F54AA. Grayscale: #9E9E9E. Windows color (decimal): -6247595 or 5614496. OLE color: 5614496.
HSL color Cylindrical-coordinate representation of color #A0AB55: hue angle of 67.67º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0AB55 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 85 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.33 |
| HSL | 67.67º | 0.34% | 0.5% | - |
| HSV(B) | 67.67º | 0.5% | 0.67% | - |
| XYZ | 30.7 | 37.26 | 14.17 | - |
| YUV | 157.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 85 | 0.06 | 0 | 0.50 | 0.33 | 67.67 | 0.34 | 0.5 |
| Hex | A0 | AB | 55 | 6 | 0 | 32 | 21 | 44 | 22 | 32 |
| Octal | 240 | 253 | 125 | 6 | 0 | 62 | 41 | 104 | 42 | 62 |
| Binary | 10100000 | 10101011 | 1010101 | 110 | 0 | 110010 | 100001 | 1000100 | 100010 | 110010 |
Color Harmonies of #A0AB55
Complementary color
Monochromatic Colors of #A0AB55
Black with #A0AB55
Text Example
Text Example
White with #A0AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB55; }
p { color: rgb(160,171,85); }
H1.HeaderClassName
{
color: #A0AB55;
}
.AnyTagClassName
{
color: #A0AB55;
}
</style>
background-color css
<style>
a { background-color: #A0AB55; }
a { background-color: rgb(160,171,85); }
div.DivClassName
{
background-color: #A0AB55;
}
.BgClassName
{
background-color: #A0AB55;
}
</style>
border-color css
<style>
span { border-color: #A0AB55; }
span { border-color: rgb(160,171,85); }
td.TdClassName
{
border-color: #A0AB55;
}
.TagClassName
{
border-color: #A0AB55;
}
</style>