Shades of Hemp #A07E6F
Tints of Hemp #A07E6F
RGB
CMYK
RGB Variations
Color information
#A07E6F (or 0xA07E6F) is known color: Hemp. HEX triplet: A0, 7E and 6F. RGB value is (160,126,111). Sum of RGB (Red+Green+Blue) = 160+126+111=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E6F is #5F8190. Grayscale: #868686. Windows color (decimal): -6259089 or 7306912. OLE color: 7306912.
HSL color Cylindrical-coordinate representation of color #A07E6F: hue angle of 18.37º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A07E6F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 111 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.37 |
| HSL | 18.37º | 0.21% | 0.53% | - |
| HSV(B) | 18.37º | 0.31% | 0.63% | - |
| XYZ | 24.83 | 23.54 | 18.27 | - |
| YUV | 134.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 111 | 0 | 0.21 | 0.31 | 0.37 | 18.37 | 0.21 | 0.53 |
| Hex | A0 | 7E | 6F | 0 | 15 | 1F | 25 | 12 | 15 | 35 |
| Octal | 240 | 176 | 157 | 0 | 25 | 37 | 45 | 22 | 25 | 65 |
| Binary | 10100000 | 1111110 | 1101111 | 0 | 10101 | 11111 | 100101 | 10010 | 10101 | 110101 |
Color Harmonies of #A07E6F
Complementary color
Monochromatic Colors of #A07E6F
Black with #A07E6F
Text Example
Text Example
White with #A07E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E6F; }
p { color: rgb(160,126,111); }
H1.HeaderClassName
{
color: #A07E6F;
}
.AnyTagClassName
{
color: #A07E6F;
}
</style>
background-color css
<style>
a { background-color: #A07E6F; }
a { background-color: rgb(160,126,111); }
div.DivClassName
{
background-color: #A07E6F;
}
.BgClassName
{
background-color: #A07E6F;
}
</style>
border-color css
<style>
span { border-color: #A07E6F; }
span { border-color: rgb(160,126,111); }
td.TdClassName
{
border-color: #A07E6F;
}
.TagClassName
{
border-color: #A07E6F;
}
</style>