Shades of Hemp #A87E71
Tints of Hemp #A87E71
RGB
CMYK
RGB Variations
Color information
#A87E71 (or 0xA87E71) is known color: Hemp. HEX triplet: A8, 7E and 71. RGB value is (168,126,113). Sum of RGB (Red+Green+Blue) = 168+126+113=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E71 is #57818E. Grayscale: #898989. Windows color (decimal): -5734799 or 7437992. OLE color: 7437992.
HSL color Cylindrical-coordinate representation of color #A87E71: hue angle of 14.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87E71 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 113 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.34 |
| HSL | 14.18º | 0.24% | 0.55% | - |
| HSV(B) | 14.18º | 0.33% | 0.66% | - |
| XYZ | 26.59 | 24.44 | 18.94 | - |
| YUV | 137.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 113 | 0 | 0.25 | 0.33 | 0.34 | 14.18 | 0.24 | 0.55 |
| Hex | A8 | 7E | 71 | 0 | 19 | 21 | 22 | E | 18 | 37 |
| Octal | 250 | 176 | 161 | 0 | 31 | 41 | 42 | 16 | 30 | 67 |
| Binary | 10101000 | 1111110 | 1110001 | 0 | 11001 | 100001 | 100010 | 1110 | 11000 | 110111 |
Color Harmonies of #A87E71
Complementary color
Monochromatic Colors of #A87E71
Black with #A87E71
Text Example
Text Example
White with #A87E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E71; }
p { color: rgb(168,126,113); }
H1.HeaderClassName
{
color: #A87E71;
}
.AnyTagClassName
{
color: #A87E71;
}
</style>
background-color css
<style>
a { background-color: #A87E71; }
a { background-color: rgb(168,126,113); }
div.DivClassName
{
background-color: #A87E71;
}
.BgClassName
{
background-color: #A87E71;
}
</style>
border-color css
<style>
span { border-color: #A87E71; }
span { border-color: rgb(168,126,113); }
td.TdClassName
{
border-color: #A87E71;
}
.TagClassName
{
border-color: #A87E71;
}
</style>