Shades of Hemp #A07C6D
Tints of Hemp #A07C6D
RGB
CMYK
RGB Variations
Color information
#A07C6D (or 0xA07C6D) is known color: Hemp. HEX triplet: A0, 7C and 6D. RGB value is (160,124,109). Sum of RGB (Red+Green+Blue) = 160+124+109=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C6D is #5F8392. Grayscale: #858585. Windows color (decimal): -6259603 or 7175328. OLE color: 7175328.
HSL color Cylindrical-coordinate representation of color #A07C6D: hue angle of 17.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07C6D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 109 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.37 |
| HSL | 17.65º | 0.21% | 0.53% | - |
| HSV(B) | 17.65º | 0.32% | 0.63% | - |
| XYZ | 24.47 | 22.99 | 17.62 | - |
| YUV | 133.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 109 | 0 | 0.22 | 0.32 | 0.37 | 17.65 | 0.21 | 0.53 |
| Hex | A0 | 7C | 6D | 0 | 16 | 20 | 25 | 12 | 15 | 35 |
| Octal | 240 | 174 | 155 | 0 | 26 | 40 | 45 | 22 | 25 | 65 |
| Binary | 10100000 | 1111100 | 1101101 | 0 | 10110 | 100000 | 100101 | 10010 | 10101 | 110101 |
Color Harmonies of #A07C6D
Complementary color
Monochromatic Colors of #A07C6D
Black with #A07C6D
Text Example
Text Example
White with #A07C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C6D; }
p { color: rgb(160,124,109); }
H1.HeaderClassName
{
color: #A07C6D;
}
.AnyTagClassName
{
color: #A07C6D;
}
</style>
background-color css
<style>
a { background-color: #A07C6D; }
a { background-color: rgb(160,124,109); }
div.DivClassName
{
background-color: #A07C6D;
}
.BgClassName
{
background-color: #A07C6D;
}
</style>
border-color css
<style>
span { border-color: #A07C6D; }
span { border-color: rgb(160,124,109); }
td.TdClassName
{
border-color: #A07C6D;
}
.TagClassName
{
border-color: #A07C6D;
}
</style>