Shades of Hemp #A07F6E
Tints of Hemp #A07F6E
RGB
CMYK
RGB Variations
Color information
#A07F6E (or 0xA07F6E) is known color: Hemp. HEX triplet: A0, 7F and 6E. RGB value is (160,127,110). Sum of RGB (Red+Green+Blue) = 160+127+110=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F6E is #5F8091. Grayscale: #878787. Windows color (decimal): -6258834 or 7241632. OLE color: 7241632.
HSL color Cylindrical-coordinate representation of color #A07F6E: hue angle of 20.4º 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 #A07F6E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 110 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.37 |
| HSL | 20.4º | 0.21% | 0.53% | - |
| HSV(B) | 20.4º | 0.31% | 0.63% | - |
| XYZ | 24.9 | 23.78 | 18.03 | - |
| YUV | 134.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 110 | 0 | 0.21 | 0.31 | 0.37 | 20.4 | 0.21 | 0.53 |
| Hex | A0 | 7F | 6E | 0 | 15 | 1F | 25 | 14 | 15 | 35 |
| Octal | 240 | 177 | 156 | 0 | 25 | 37 | 45 | 24 | 25 | 65 |
| Binary | 10100000 | 1111111 | 1101110 | 0 | 10101 | 11111 | 100101 | 10100 | 10101 | 110101 |
Color Harmonies of #A07F6E
Complementary color
Monochromatic Colors of #A07F6E
Black with #A07F6E
Text Example
Text Example
White with #A07F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F6E; }
p { color: rgb(160,127,110); }
H1.HeaderClassName
{
color: #A07F6E;
}
.AnyTagClassName
{
color: #A07F6E;
}
</style>
background-color css
<style>
a { background-color: #A07F6E; }
a { background-color: rgb(160,127,110); }
div.DivClassName
{
background-color: #A07F6E;
}
.BgClassName
{
background-color: #A07F6E;
}
</style>
border-color css
<style>
span { border-color: #A07F6E; }
span { border-color: rgb(160,127,110); }
td.TdClassName
{
border-color: #A07F6E;
}
.TagClassName
{
border-color: #A07F6E;
}
</style>