Shades of Hemp #A87E73
Tints of Hemp #A87E73
RGB
CMYK
RGB Variations
Color information
#A87E73 (or 0xA87E73) is known color: Hemp. HEX triplet: A8, 7E and 73. RGB value is (168,126,115). Sum of RGB (Red+Green+Blue) = 168+126+115=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E73 is #57818C. Grayscale: #898989. Windows color (decimal): -5734797 or 7569064. OLE color: 7569064.
HSL color Cylindrical-coordinate representation of color #A87E73: hue angle of 12.45º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87E73 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 115 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.34 |
| HSL | 12.45º | 0.23% | 0.55% | - |
| HSV(B) | 12.45º | 0.32% | 0.66% | - |
| XYZ | 26.7 | 24.48 | 19.54 | - |
| YUV | 137.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 115 | 0 | 0.25 | 0.32 | 0.34 | 12.45 | 0.23 | 0.55 |
| Hex | A8 | 7E | 73 | 0 | 19 | 20 | 22 | C | 17 | 37 |
| Octal | 250 | 176 | 163 | 0 | 31 | 40 | 42 | 14 | 27 | 67 |
| Binary | 10101000 | 1111110 | 1110011 | 0 | 11001 | 100000 | 100010 | 1100 | 10111 | 110111 |
Color Harmonies of #A87E73
Complementary color
Monochromatic Colors of #A87E73
Black with #A87E73
Text Example
Text Example
White with #A87E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E73; }
p { color: rgb(168,126,115); }
H1.HeaderClassName
{
color: #A87E73;
}
.AnyTagClassName
{
color: #A87E73;
}
</style>
background-color css
<style>
a { background-color: #A87E73; }
a { background-color: rgb(168,126,115); }
div.DivClassName
{
background-color: #A87E73;
}
.BgClassName
{
background-color: #A87E73;
}
</style>
border-color css
<style>
span { border-color: #A87E73; }
span { border-color: rgb(168,126,115); }
td.TdClassName
{
border-color: #A87E73;
}
.TagClassName
{
border-color: #A87E73;
}
</style>