Shades of Hemp #A07D6C
Tints of Hemp #A07D6C
RGB
CMYK
RGB Variations
Color information
#A07D6C (or 0xA07D6C) is known color: Hemp. HEX triplet: A0, 7D and 6C. RGB value is (160,125,108). Sum of RGB (Red+Green+Blue) = 160+125+108=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D6C is #5F8293. Grayscale: #858585. Windows color (decimal): -6259348 or 7110048. OLE color: 7110048.
HSL color Cylindrical-coordinate representation of color #A07D6C: hue angle of 19.62º 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 #A07D6C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 108 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.37 |
| HSL | 19.62º | 0.21% | 0.53% | - |
| HSV(B) | 19.62º | 0.33% | 0.63% | - |
| XYZ | 24.54 | 23.22 | 17.38 | - |
| YUV | 133.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 108 | 0 | 0.22 | 0.32 | 0.37 | 19.62 | 0.21 | 0.53 |
| Hex | A0 | 7D | 6C | 0 | 16 | 20 | 25 | 14 | 15 | 35 |
| Octal | 240 | 175 | 154 | 0 | 26 | 40 | 45 | 24 | 25 | 65 |
| Binary | 10100000 | 1111101 | 1101100 | 0 | 10110 | 100000 | 100101 | 10100 | 10101 | 110101 |
Color Harmonies of #A07D6C
Complementary color
Monochromatic Colors of #A07D6C
Black with #A07D6C
Text Example
Text Example
White with #A07D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D6C; }
p { color: rgb(160,125,108); }
H1.HeaderClassName
{
color: #A07D6C;
}
.AnyTagClassName
{
color: #A07D6C;
}
</style>
background-color css
<style>
a { background-color: #A07D6C; }
a { background-color: rgb(160,125,108); }
div.DivClassName
{
background-color: #A07D6C;
}
.BgClassName
{
background-color: #A07D6C;
}
</style>
border-color css
<style>
span { border-color: #A07D6C; }
span { border-color: rgb(160,125,108); }
td.TdClassName
{
border-color: #A07D6C;
}
.TagClassName
{
border-color: #A07D6C;
}
</style>