Shades of Hemp #A0786C
Tints of Hemp #A0786C
RGB
CMYK
RGB Variations
Color information
#A0786C (or 0xA0786C) is known color: Hemp. HEX triplet: A0, 78 and 6C. RGB value is (160,120,108). Sum of RGB (Red+Green+Blue) = 160+120+108=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0786C is #5F8793. Grayscale: #828282. Windows color (decimal): -6260628 or 7108768. OLE color: 7108768.
HSL color Cylindrical-coordinate representation of color #A0786C: hue angle of 13.85º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0786C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 108 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.37 |
| HSL | 13.85º | 0.21% | 0.53% | - |
| HSV(B) | 13.85º | 0.33% | 0.63% | - |
| XYZ | 23.92 | 21.99 | 17.17 | - |
| YUV | 130.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 108 | 0 | 0.25 | 0.32 | 0.37 | 13.85 | 0.21 | 0.53 |
| Hex | A0 | 78 | 6C | 0 | 19 | 20 | 25 | E | 15 | 35 |
| Octal | 240 | 170 | 154 | 0 | 31 | 40 | 45 | 16 | 25 | 65 |
| Binary | 10100000 | 1111000 | 1101100 | 0 | 11001 | 100000 | 100101 | 1110 | 10101 | 110101 |
Color Harmonies of #A0786C
Complementary color
Monochromatic Colors of #A0786C
Black with #A0786C
Text Example
Text Example
White with #A0786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0786C; }
p { color: rgb(160,120,108); }
H1.HeaderClassName
{
color: #A0786C;
}
.AnyTagClassName
{
color: #A0786C;
}
</style>
background-color css
<style>
a { background-color: #A0786C; }
a { background-color: rgb(160,120,108); }
div.DivClassName
{
background-color: #A0786C;
}
.BgClassName
{
background-color: #A0786C;
}
</style>
border-color css
<style>
span { border-color: #A0786C; }
span { border-color: rgb(160,120,108); }
td.TdClassName
{
border-color: #A0786C;
}
.TagClassName
{
border-color: #A0786C;
}
</style>