Shades of Hemp #A07D6E
Tints of Hemp #A07D6E
RGB
CMYK
RGB Variations
Color information
#A07D6E (or 0xA07D6E) is known color: Hemp. HEX triplet: A0, 7D and 6E. RGB value is (160,125,110). Sum of RGB (Red+Green+Blue) = 160+125+110=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D6E is #5F8291. Grayscale: #858585. Windows color (decimal): -6259346 or 7241120. OLE color: 7241120.
HSL color Cylindrical-coordinate representation of color #A07D6E: hue angle of 18º 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 #A07D6E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 110 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.37 |
| HSL | 18º | 0.21% | 0.53% | - |
| HSV(B) | 18º | 0.31% | 0.63% | - |
| XYZ | 24.65 | 23.27 | 17.94 | - |
| YUV | 133.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 110 | 0 | 0.22 | 0.31 | 0.37 | 18 | 0.21 | 0.53 |
| Hex | A0 | 7D | 6E | 0 | 16 | 1F | 25 | 12 | 15 | 35 |
| Octal | 240 | 175 | 156 | 0 | 26 | 37 | 45 | 22 | 25 | 65 |
| Binary | 10100000 | 1111101 | 1101110 | 0 | 10110 | 11111 | 100101 | 10010 | 10101 | 110101 |
Color Harmonies of #A07D6E
Complementary color
Monochromatic Colors of #A07D6E
Black with #A07D6E
Text Example
Text Example
White with #A07D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D6E; }
p { color: rgb(160,125,110); }
H1.HeaderClassName
{
color: #A07D6E;
}
.AnyTagClassName
{
color: #A07D6E;
}
</style>
background-color css
<style>
a { background-color: #A07D6E; }
a { background-color: rgb(160,125,110); }
div.DivClassName
{
background-color: #A07D6E;
}
.BgClassName
{
background-color: #A07D6E;
}
</style>
border-color css
<style>
span { border-color: #A07D6E; }
span { border-color: rgb(160,125,110); }
td.TdClassName
{
border-color: #A07D6E;
}
.TagClassName
{
border-color: #A07D6E;
}
</style>