Shades of Hemp #A07C70
Tints of Hemp #A07C70
RGB
CMYK
RGB Variations
Color information
#A07C70 (or 0xA07C70) is known color: Hemp. HEX triplet: A0, 7C and 70. RGB value is (160,124,112). Sum of RGB (Red+Green+Blue) = 160+124+112=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C70 is #5F838F. Grayscale: #858585. Windows color (decimal): -6259600 or 7371936. OLE color: 7371936.
HSL color Cylindrical-coordinate representation of color #A07C70: hue angle of 15º 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 #A07C70 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 112 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.37 |
| HSL | 15º | 0.2% | 0.53% | - |
| HSV(B) | 15º | 0.3% | 0.63% | - |
| XYZ | 24.63 | 23.06 | 18.48 | - |
| YUV | 133.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 112 | 0 | 0.22 | 0.30 | 0.37 | 15 | 0.2 | 0.53 |
| Hex | A0 | 7C | 70 | 0 | 16 | 1E | 25 | F | 14 | 35 |
| Octal | 240 | 174 | 160 | 0 | 26 | 36 | 45 | 17 | 24 | 65 |
| Binary | 10100000 | 1111100 | 1110000 | 0 | 10110 | 11110 | 100101 | 1111 | 10100 | 110101 |
Color Harmonies of #A07C70
Complementary color
Monochromatic Colors of #A07C70
Black with #A07C70
Text Example
Text Example
White with #A07C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C70; }
p { color: rgb(160,124,112); }
H1.HeaderClassName
{
color: #A07C70;
}
.AnyTagClassName
{
color: #A07C70;
}
</style>
background-color css
<style>
a { background-color: #A07C70; }
a { background-color: rgb(160,124,112); }
div.DivClassName
{
background-color: #A07C70;
}
.BgClassName
{
background-color: #A07C70;
}
</style>
border-color css
<style>
span { border-color: #A07C70; }
span { border-color: rgb(160,124,112); }
td.TdClassName
{
border-color: #A07C70;
}
.TagClassName
{
border-color: #A07C70;
}
</style>