Shades of Hemp #A07F70
Tints of Hemp #A07F70
RGB
CMYK
RGB Variations
Color information
#A07F70 (or 0xA07F70) is known color: Hemp. HEX triplet: A0, 7F and 70. RGB value is (160,127,112). Sum of RGB (Red+Green+Blue) = 160+127+112=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F70 is #5F808F. Grayscale: #878787. Windows color (decimal): -6258832 or 7372704. OLE color: 7372704.
HSL color Cylindrical-coordinate representation of color #A07F70: hue angle of 18.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07F70 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 112 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.37 |
| HSL | 18.75º | 0.2% | 0.53% | - |
| HSV(B) | 18.75º | 0.3% | 0.63% | - |
| XYZ | 25.01 | 23.82 | 18.61 | - |
| YUV | 135.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 112 | 0 | 0.21 | 0.30 | 0.37 | 18.75 | 0.2 | 0.53 |
| Hex | A0 | 7F | 70 | 0 | 15 | 1E | 25 | 13 | 14 | 35 |
| Octal | 240 | 177 | 160 | 0 | 25 | 36 | 45 | 23 | 24 | 65 |
| Binary | 10100000 | 1111111 | 1110000 | 0 | 10101 | 11110 | 100101 | 10011 | 10100 | 110101 |
Color Harmonies of #A07F70
Complementary color
Monochromatic Colors of #A07F70
Black with #A07F70
Text Example
Text Example
White with #A07F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F70; }
p { color: rgb(160,127,112); }
H1.HeaderClassName
{
color: #A07F70;
}
.AnyTagClassName
{
color: #A07F70;
}
</style>
background-color css
<style>
a { background-color: #A07F70; }
a { background-color: rgb(160,127,112); }
div.DivClassName
{
background-color: #A07F70;
}
.BgClassName
{
background-color: #A07F70;
}
</style>
border-color css
<style>
span { border-color: #A07F70; }
span { border-color: rgb(160,127,112); }
td.TdClassName
{
border-color: #A07F70;
}
.TagClassName
{
border-color: #A07F70;
}
</style>