Shades of Hemp #A0786E
Tints of Hemp #A0786E
RGB
CMYK
RGB Variations
Color information
#A0786E (or 0xA0786E) is known color: Hemp. HEX triplet: A0, 78 and 6E. RGB value is (160,120,110). Sum of RGB (Red+Green+Blue) = 160+120+110=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0786E is #5F8791. Grayscale: #828282. Windows color (decimal): -6260626 or 7239840. OLE color: 7239840.
HSL color Cylindrical-coordinate representation of color #A0786E: hue angle of 12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0786E is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 110 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.37 |
| HSL | 12º | 0.21% | 0.53% | - |
| HSV(B) | 12º | 0.31% | 0.63% | - |
| XYZ | 24.03 | 22.03 | 17.74 | - |
| YUV | 130.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 110 | 0 | 0.25 | 0.31 | 0.37 | 12 | 0.21 | 0.53 |
| Hex | A0 | 78 | 6E | 0 | 19 | 1F | 25 | C | 15 | 35 |
| Octal | 240 | 170 | 156 | 0 | 31 | 37 | 45 | 14 | 25 | 65 |
| Binary | 10100000 | 1111000 | 1101110 | 0 | 11001 | 11111 | 100101 | 1100 | 10101 | 110101 |
Color Harmonies of #A0786E
Complementary color
Monochromatic Colors of #A0786E
Black with #A0786E
Text Example
Text Example
White with #A0786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0786E; }
p { color: rgb(160,120,110); }
H1.HeaderClassName
{
color: #A0786E;
}
.AnyTagClassName
{
color: #A0786E;
}
</style>
background-color css
<style>
a { background-color: #A0786E; }
a { background-color: rgb(160,120,110); }
div.DivClassName
{
background-color: #A0786E;
}
.BgClassName
{
background-color: #A0786E;
}
</style>
border-color css
<style>
span { border-color: #A0786E; }
span { border-color: rgb(160,120,110); }
td.TdClassName
{
border-color: #A0786E;
}
.TagClassName
{
border-color: #A0786E;
}
</style>