Shades of Hemp #A07A73
Tints of Hemp #A07A73
RGB
CMYK
RGB Variations
Color information
#A07A73 (or 0xA07A73) is known color: Hemp. HEX triplet: A0, 7A and 73. RGB value is (160,122,115). Sum of RGB (Red+Green+Blue) = 160+122+115=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A73 is #5F858C. Grayscale: #848484. Windows color (decimal): -6260109 or 7568032. OLE color: 7568032.
HSL color Cylindrical-coordinate representation of color #A07A73: hue angle of 9.33º 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 #A07A73 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 115 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.37 |
| HSL | 9.33º | 0.19% | 0.54% | - |
| HSV(B) | 9.33º | 0.28% | 0.63% | - |
| XYZ | 24.55 | 22.63 | 19.29 | - |
| YUV | 132.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 115 | 0 | 0.24 | 0.28 | 0.37 | 9.33 | 0.19 | 0.54 |
| Hex | A0 | 7A | 73 | 0 | 18 | 1C | 25 | 9 | 13 | 36 |
| Octal | 240 | 172 | 163 | 0 | 30 | 34 | 45 | 11 | 23 | 66 |
| Binary | 10100000 | 1111010 | 1110011 | 0 | 11000 | 11100 | 100101 | 1001 | 10011 | 110110 |
Color Harmonies of #A07A73
Complementary color
Monochromatic Colors of #A07A73
Black with #A07A73
Text Example
Text Example
White with #A07A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A73; }
p { color: rgb(160,122,115); }
H1.HeaderClassName
{
color: #A07A73;
}
.AnyTagClassName
{
color: #A07A73;
}
</style>
background-color css
<style>
a { background-color: #A07A73; }
a { background-color: rgb(160,122,115); }
div.DivClassName
{
background-color: #A07A73;
}
.BgClassName
{
background-color: #A07A73;
}
</style>
border-color css
<style>
span { border-color: #A07A73; }
span { border-color: rgb(160,122,115); }
td.TdClassName
{
border-color: #A07A73;
}
.TagClassName
{
border-color: #A07A73;
}
</style>