Shades of Hemp #A0786A
Tints of Hemp #A0786A
RGB
CMYK
RGB Variations
Color information
#A0786A (or 0xA0786A) is known color: Hemp. HEX triplet: A0, 78 and 6A. RGB value is (160,120,106). Sum of RGB (Red+Green+Blue) = 160+120+106=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0786A is #5F8795. Grayscale: #828282. Windows color (decimal): -6260630 or 6977696. OLE color: 6977696.
HSL color Cylindrical-coordinate representation of color #A0786A: hue angle of 15.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0786A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 106 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.37 |
| HSL | 15.56º | 0.22% | 0.52% | - |
| HSV(B) | 15.56º | 0.34% | 0.63% | - |
| XYZ | 23.82 | 21.95 | 16.62 | - |
| YUV | 130.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 106 | 0 | 0.25 | 0.34 | 0.37 | 15.56 | 0.22 | 0.52 |
| Hex | A0 | 78 | 6A | 0 | 19 | 22 | 25 | 10 | 16 | 34 |
| Octal | 240 | 170 | 152 | 0 | 31 | 42 | 45 | 20 | 26 | 64 |
| Binary | 10100000 | 1111000 | 1101010 | 0 | 11001 | 100010 | 100101 | 10000 | 10110 | 110100 |
Color Harmonies of #A0786A
Complementary color
Monochromatic Colors of #A0786A
Black with #A0786A
Text Example
Text Example
White with #A0786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0786A; }
p { color: rgb(160,120,106); }
H1.HeaderClassName
{
color: #A0786A;
}
.AnyTagClassName
{
color: #A0786A;
}
</style>
background-color css
<style>
a { background-color: #A0786A; }
a { background-color: rgb(160,120,106); }
div.DivClassName
{
background-color: #A0786A;
}
.BgClassName
{
background-color: #A0786A;
}
</style>
border-color css
<style>
span { border-color: #A0786A; }
span { border-color: rgb(160,120,106); }
td.TdClassName
{
border-color: #A0786A;
}
.TagClassName
{
border-color: #A0786A;
}
</style>