Shades of Hemp #A07F71
Tints of Hemp #A07F71
RGB
CMYK
RGB Variations
Color information
#A07F71 (or 0xA07F71) is known color: Hemp. HEX triplet: A0, 7F and 71. RGB value is (160,127,113). Sum of RGB (Red+Green+Blue) = 160+127+113=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F71 is #5F808E. Grayscale: #878787. Windows color (decimal): -6258831 or 7438240. OLE color: 7438240.
HSL color Cylindrical-coordinate representation of color #A07F71: hue angle of 17.87º 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 #A07F71 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 113 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.37 |
| HSL | 17.87º | 0.2% | 0.54% | - |
| HSV(B) | 17.87º | 0.29% | 0.63% | - |
| XYZ | 25.07 | 23.84 | 18.9 | - |
| YUV | 135.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 113 | 0 | 0.21 | 0.29 | 0.37 | 17.87 | 0.2 | 0.54 |
| Hex | A0 | 7F | 71 | 0 | 15 | 1D | 25 | 12 | 14 | 36 |
| Octal | 240 | 177 | 161 | 0 | 25 | 35 | 45 | 22 | 24 | 66 |
| Binary | 10100000 | 1111111 | 1110001 | 0 | 10101 | 11101 | 100101 | 10010 | 10100 | 110110 |
Color Harmonies of #A07F71
Complementary color
Monochromatic Colors of #A07F71
Black with #A07F71
Text Example
Text Example
White with #A07F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F71; }
p { color: rgb(160,127,113); }
H1.HeaderClassName
{
color: #A07F71;
}
.AnyTagClassName
{
color: #A07F71;
}
</style>
background-color css
<style>
a { background-color: #A07F71; }
a { background-color: rgb(160,127,113); }
div.DivClassName
{
background-color: #A07F71;
}
.BgClassName
{
background-color: #A07F71;
}
</style>
border-color css
<style>
span { border-color: #A07F71; }
span { border-color: rgb(160,127,113); }
td.TdClassName
{
border-color: #A07F71;
}
.TagClassName
{
border-color: #A07F71;
}
</style>