Shades of Hemp #A87F72
Tints of Hemp #A87F72
RGB
CMYK
RGB Variations
Color information
#A87F72 (or 0xA87F72) is known color: Hemp. HEX triplet: A8, 7F and 72. RGB value is (168,127,114). Sum of RGB (Red+Green+Blue) = 168+127+114=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F72 is #57808D. Grayscale: #898989. Windows color (decimal): -5734542 or 7503784. OLE color: 7503784.
HSL color Cylindrical-coordinate representation of color #A87F72: hue angle of 14.44º degrees, saturation: 0.24, 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 #A87F72 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 114 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.34 |
| HSL | 14.44º | 0.24% | 0.55% | - |
| HSV(B) | 14.44º | 0.32% | 0.66% | - |
| XYZ | 26.78 | 24.72 | 19.28 | - |
| YUV | 137.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 114 | 0 | 0.24 | 0.32 | 0.34 | 14.44 | 0.24 | 0.55 |
| Hex | A8 | 7F | 72 | 0 | 18 | 20 | 22 | E | 18 | 37 |
| Octal | 250 | 177 | 162 | 0 | 30 | 40 | 42 | 16 | 30 | 67 |
| Binary | 10101000 | 1111111 | 1110010 | 0 | 11000 | 100000 | 100010 | 1110 | 11000 | 110111 |
Color Harmonies of #A87F72
Complementary color
Monochromatic Colors of #A87F72
Black with #A87F72
Text Example
Text Example
White with #A87F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F72; }
p { color: rgb(168,127,114); }
H1.HeaderClassName
{
color: #A87F72;
}
.AnyTagClassName
{
color: #A87F72;
}
</style>
background-color css
<style>
a { background-color: #A87F72; }
a { background-color: rgb(168,127,114); }
div.DivClassName
{
background-color: #A87F72;
}
.BgClassName
{
background-color: #A87F72;
}
</style>
border-color css
<style>
span { border-color: #A87F72; }
span { border-color: rgb(168,127,114); }
td.TdClassName
{
border-color: #A87F72;
}
.TagClassName
{
border-color: #A87F72;
}
</style>