Shades of Green Smoke #A0A86B
Tints of Green Smoke #A0A86B
RGB
CMYK
RGB Variations
Color information
#A0A86B (or 0xA0A86B) is known color: Green Smoke. HEX triplet: A0, A8 and 6B. RGB value is (160,168,107). Sum of RGB (Red+Green+Blue) = 160+168+107=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A86B is #5F5794. Grayscale: #9E9E9E. Windows color (decimal): -6248341 or 7055520. OLE color: 7055520.
HSL color Cylindrical-coordinate representation of color #A0A86B: hue angle of 67.87º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A86B is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 107 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.34 |
| HSL | 67.87º | 0.26% | 0.54% | - |
| HSV(B) | 67.87º | 0.36% | 0.66% | - |
| XYZ | 31.15 | 36.54 | 19.32 | - |
| YUV | 158.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 107 | 0.05 | 0 | 0.36 | 0.34 | 67.87 | 0.26 | 0.54 |
| Hex | A0 | A8 | 6B | 5 | 0 | 24 | 22 | 44 | 1A | 36 |
| Octal | 240 | 250 | 153 | 5 | 0 | 44 | 42 | 104 | 32 | 66 |
| Binary | 10100000 | 10101000 | 1101011 | 101 | 0 | 100100 | 100010 | 1000100 | 11010 | 110110 |
Color Harmonies of #A0A86B
Complementary color
Monochromatic Colors of #A0A86B
Black with #A0A86B
Text Example
Text Example
White with #A0A86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A86B; }
p { color: rgb(160,168,107); }
H1.HeaderClassName
{
color: #A0A86B;
}
.AnyTagClassName
{
color: #A0A86B;
}
</style>
background-color css
<style>
a { background-color: #A0A86B; }
a { background-color: rgb(160,168,107); }
div.DivClassName
{
background-color: #A0A86B;
}
.BgClassName
{
background-color: #A0A86B;
}
</style>
border-color css
<style>
span { border-color: #A0A86B; }
span { border-color: rgb(160,168,107); }
td.TdClassName
{
border-color: #A0A86B;
}
.TagClassName
{
border-color: #A0A86B;
}
</style>