Shades of Hemp #A08071
Tints of Hemp #A08071
RGB
CMYK
RGB Variations
Color information
#A08071 (or 0xA08071) is known color: Hemp. HEX triplet: A0, 80 and 71. RGB value is (160,128,113). Sum of RGB (Red+Green+Blue) = 160+128+113=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A08071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08071 is #5F7F8E. Grayscale: #878787. Windows color (decimal): -6258575 or 7438496. OLE color: 7438496.
HSL color Cylindrical-coordinate representation of color #A08071: hue angle of 19.15º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08071 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 113 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.37 |
| HSL | 19.15º | 0.2% | 0.54% | - |
| HSV(B) | 19.15º | 0.29% | 0.63% | - |
| XYZ | 25.2 | 24.1 | 18.95 | - |
| YUV | 135.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 113 | 0 | 0.20 | 0.29 | 0.37 | 19.15 | 0.2 | 0.54 |
| Hex | A0 | 80 | 71 | 0 | 14 | 1D | 25 | 13 | 14 | 36 |
| Octal | 240 | 200 | 161 | 0 | 24 | 35 | 45 | 23 | 24 | 66 |
| Binary | 10100000 | 10000000 | 1110001 | 0 | 10100 | 11101 | 100101 | 10011 | 10100 | 110110 |
Color Harmonies of #A08071
Complementary color
Monochromatic Colors of #A08071
Black with #A08071
Text Example
Text Example
White with #A08071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08071; }
p { color: rgb(160,128,113); }
H1.HeaderClassName
{
color: #A08071;
}
.AnyTagClassName
{
color: #A08071;
}
</style>
background-color css
<style>
a { background-color: #A08071; }
a { background-color: rgb(160,128,113); }
div.DivClassName
{
background-color: #A08071;
}
.BgClassName
{
background-color: #A08071;
}
</style>
border-color css
<style>
span { border-color: #A08071; }
span { border-color: rgb(160,128,113); }
td.TdClassName
{
border-color: #A08071;
}
.TagClassName
{
border-color: #A08071;
}
</style>