Shades of Hemp #A07871
Tints of Hemp #A07871
RGB
CMYK
RGB Variations
Color information
#A07871 (or 0xA07871) is known color: Hemp. HEX triplet: A0, 78 and 71. RGB value is (160,120,113). Sum of RGB (Red+Green+Blue) = 160+120+113=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07871 is #5F878E. Grayscale: #838383. Windows color (decimal): -6260623 or 7436448. OLE color: 7436448.
HSL color Cylindrical-coordinate representation of color #A07871: hue angle of 8.94º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07871 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 113 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.37 |
| HSL | 8.94º | 0.2% | 0.54% | - |
| HSV(B) | 8.94º | 0.29% | 0.63% | - |
| XYZ | 24.19 | 22.1 | 18.61 | - |
| YUV | 131.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 113 | 0 | 0.25 | 0.29 | 0.37 | 8.94 | 0.2 | 0.54 |
| Hex | A0 | 78 | 71 | 0 | 19 | 1D | 25 | 9 | 14 | 36 |
| Octal | 240 | 170 | 161 | 0 | 31 | 35 | 45 | 11 | 24 | 66 |
| Binary | 10100000 | 1111000 | 1110001 | 0 | 11001 | 11101 | 100101 | 1001 | 10100 | 110110 |
Color Harmonies of #A07871
Complementary color
Monochromatic Colors of #A07871
Black with #A07871
Text Example
Text Example
White with #A07871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07871; }
p { color: rgb(160,120,113); }
H1.HeaderClassName
{
color: #A07871;
}
.AnyTagClassName
{
color: #A07871;
}
</style>
background-color css
<style>
a { background-color: #A07871; }
a { background-color: rgb(160,120,113); }
div.DivClassName
{
background-color: #A07871;
}
.BgClassName
{
background-color: #A07871;
}
</style>
border-color css
<style>
span { border-color: #A07871; }
span { border-color: rgb(160,120,113); }
td.TdClassName
{
border-color: #A07871;
}
.TagClassName
{
border-color: #A07871;
}
</style>