Shades of Hemp #A07C73
Tints of Hemp #A07C73
RGB
CMYK
RGB Variations
Color information
#A07C73 (or 0xA07C73) is known color: Hemp. HEX triplet: A0, 7C and 73. RGB value is (160,124,115). Sum of RGB (Red+Green+Blue) = 160+124+115=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C73 is #5F838C. Grayscale: #858585. Windows color (decimal): -6259597 or 7568544. OLE color: 7568544.
HSL color Cylindrical-coordinate representation of color #A07C73: hue angle of 12º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07C73 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 115 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.37 |
| HSL | 12º | 0.19% | 0.54% | - |
| HSV(B) | 12º | 0.28% | 0.63% | - |
| XYZ | 24.8 | 23.13 | 19.38 | - |
| YUV | 133.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 115 | 0 | 0.22 | 0.28 | 0.37 | 12 | 0.19 | 0.54 |
| Hex | A0 | 7C | 73 | 0 | 16 | 1C | 25 | C | 13 | 36 |
| Octal | 240 | 174 | 163 | 0 | 26 | 34 | 45 | 14 | 23 | 66 |
| Binary | 10100000 | 1111100 | 1110011 | 0 | 10110 | 11100 | 100101 | 1100 | 10011 | 110110 |
Color Harmonies of #A07C73
Complementary color
Monochromatic Colors of #A07C73
Black with #A07C73
Text Example
Text Example
White with #A07C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C73; }
p { color: rgb(160,124,115); }
H1.HeaderClassName
{
color: #A07C73;
}
.AnyTagClassName
{
color: #A07C73;
}
</style>
background-color css
<style>
a { background-color: #A07C73; }
a { background-color: rgb(160,124,115); }
div.DivClassName
{
background-color: #A07C73;
}
.BgClassName
{
background-color: #A07C73;
}
</style>
border-color css
<style>
span { border-color: #A07C73; }
span { border-color: rgb(160,124,115); }
td.TdClassName
{
border-color: #A07C73;
}
.TagClassName
{
border-color: #A07C73;
}
</style>