Shades of Hemp #A07D71
Tints of Hemp #A07D71
RGB
CMYK
RGB Variations
Color information
#A07D71 (or 0xA07D71) is known color: Hemp. HEX triplet: A0, 7D and 71. RGB value is (160,125,113). Sum of RGB (Red+Green+Blue) = 160+125+113=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D71 is #5F828E. Grayscale: #868686. Windows color (decimal): -6259343 or 7437728. OLE color: 7437728.
HSL color Cylindrical-coordinate representation of color #A07D71: hue angle of 15.32º 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 #A07D71 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 113 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.37 |
| HSL | 15.32º | 0.2% | 0.54% | - |
| HSV(B) | 15.32º | 0.29% | 0.63% | - |
| XYZ | 24.81 | 23.33 | 18.82 | - |
| YUV | 134.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 113 | 0 | 0.22 | 0.29 | 0.37 | 15.32 | 0.2 | 0.54 |
| Hex | A0 | 7D | 71 | 0 | 16 | 1D | 25 | F | 14 | 36 |
| Octal | 240 | 175 | 161 | 0 | 26 | 35 | 45 | 17 | 24 | 66 |
| Binary | 10100000 | 1111101 | 1110001 | 0 | 10110 | 11101 | 100101 | 1111 | 10100 | 110110 |
Color Harmonies of #A07D71
Complementary color
Monochromatic Colors of #A07D71
Black with #A07D71
Text Example
Text Example
White with #A07D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D71; }
p { color: rgb(160,125,113); }
H1.HeaderClassName
{
color: #A07D71;
}
.AnyTagClassName
{
color: #A07D71;
}
</style>
background-color css
<style>
a { background-color: #A07D71; }
a { background-color: rgb(160,125,113); }
div.DivClassName
{
background-color: #A07D71;
}
.BgClassName
{
background-color: #A07D71;
}
</style>
border-color css
<style>
span { border-color: #A07D71; }
span { border-color: rgb(160,125,113); }
td.TdClassName
{
border-color: #A07D71;
}
.TagClassName
{
border-color: #A07D71;
}
</style>