Shades of Hemp #A87B70
Tints of Hemp #A87B70
RGB
CMYK
RGB Variations
Color information
#A87B70 (or 0xA87B70) is known color: Hemp. HEX triplet: A8, 7B and 70. RGB value is (168,123,112). Sum of RGB (Red+Green+Blue) = 168+123+112=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B70 is #57848F. Grayscale: #878787. Windows color (decimal): -5735568 or 7371688. OLE color: 7371688.
HSL color Cylindrical-coordinate representation of color #A87B70: hue angle of 11.79º 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 #A87B70 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 112 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.34 |
| HSL | 11.79º | 0.24% | 0.55% | - |
| HSV(B) | 11.79º | 0.33% | 0.66% | - |
| XYZ | 26.16 | 23.66 | 18.52 | - |
| YUV | 135.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 112 | 0 | 0.27 | 0.33 | 0.34 | 11.79 | 0.24 | 0.55 |
| Hex | A8 | 7B | 70 | 0 | 1B | 21 | 22 | C | 18 | 37 |
| Octal | 250 | 173 | 160 | 0 | 33 | 41 | 42 | 14 | 30 | 67 |
| Binary | 10101000 | 1111011 | 1110000 | 0 | 11011 | 100001 | 100010 | 1100 | 11000 | 110111 |
Color Harmonies of #A87B70
Complementary color
Monochromatic Colors of #A87B70
Black with #A87B70
Text Example
Text Example
White with #A87B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B70; }
p { color: rgb(168,123,112); }
H1.HeaderClassName
{
color: #A87B70;
}
.AnyTagClassName
{
color: #A87B70;
}
</style>
background-color css
<style>
a { background-color: #A87B70; }
a { background-color: rgb(168,123,112); }
div.DivClassName
{
background-color: #A87B70;
}
.BgClassName
{
background-color: #A87B70;
}
</style>
border-color css
<style>
span { border-color: #A87B70; }
span { border-color: rgb(168,123,112); }
td.TdClassName
{
border-color: #A87B70;
}
.TagClassName
{
border-color: #A87B70;
}
</style>