Shades of Hemp #A07B6D
Tints of Hemp #A07B6D
RGB
CMYK
RGB Variations
Color information
#A07B6D (or 0xA07B6D) is known color: Hemp. HEX triplet: A0, 7B and 6D. RGB value is (160,123,109). Sum of RGB (Red+Green+Blue) = 160+123+109=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B6D is #5F8492. Grayscale: #848484. Windows color (decimal): -6259859 or 7175072. OLE color: 7175072.
HSL color Cylindrical-coordinate representation of color #A07B6D: hue angle of 16.47º 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 #A07B6D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 109 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.37 |
| HSL | 16.47º | 0.21% | 0.53% | - |
| HSV(B) | 16.47º | 0.32% | 0.63% | - |
| XYZ | 24.34 | 22.74 | 17.58 | - |
| YUV | 132.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 109 | 0 | 0.23 | 0.32 | 0.37 | 16.47 | 0.21 | 0.53 |
| Hex | A0 | 7B | 6D | 0 | 17 | 20 | 25 | 10 | 15 | 35 |
| Octal | 240 | 173 | 155 | 0 | 27 | 40 | 45 | 20 | 25 | 65 |
| Binary | 10100000 | 1111011 | 1101101 | 0 | 10111 | 100000 | 100101 | 10000 | 10101 | 110101 |
Color Harmonies of #A07B6D
Complementary color
Monochromatic Colors of #A07B6D
Black with #A07B6D
Text Example
Text Example
White with #A07B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B6D; }
p { color: rgb(160,123,109); }
H1.HeaderClassName
{
color: #A07B6D;
}
.AnyTagClassName
{
color: #A07B6D;
}
</style>
background-color css
<style>
a { background-color: #A07B6D; }
a { background-color: rgb(160,123,109); }
div.DivClassName
{
background-color: #A07B6D;
}
.BgClassName
{
background-color: #A07B6D;
}
</style>
border-color css
<style>
span { border-color: #A07B6D; }
span { border-color: rgb(160,123,109); }
td.TdClassName
{
border-color: #A07B6D;
}
.TagClassName
{
border-color: #A07B6D;
}
</style>