Shades of Hemp #A08780
Tints of Hemp #A08780
RGB
CMYK
RGB Variations
Color information
#A08780 (or 0xA08780) is known color: Hemp. HEX triplet: A0, 87 and 80. RGB value is (160,135,128). Sum of RGB (Red+Green+Blue) = 160+135+128=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A08780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08780 is #5F787F. Grayscale: #8D8D8D. Windows color (decimal): -6256768 or 8423328. OLE color: 8423328.
HSL color Cylindrical-coordinate representation of color #A08780: hue angle of 13.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08780 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 128 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.37 |
| HSL | 13.13º | 0.14% | 0.56% | - |
| HSV(B) | 13.13º | 0.2% | 0.63% | - |
| XYZ | 27.06 | 26.36 | 24.08 | - |
| YUV | 141.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 128 | 0 | 0.16 | 0.20 | 0.37 | 13.13 | 0.14 | 0.56 |
| Hex | A0 | 87 | 80 | 0 | 10 | 14 | 25 | D | E | 38 |
| Octal | 240 | 207 | 200 | 0 | 20 | 24 | 45 | 15 | 16 | 70 |
| Binary | 10100000 | 10000111 | 10000000 | 0 | 10000 | 10100 | 100101 | 1101 | 1110 | 111000 |
Color Harmonies of #A08780
Complementary color
Monochromatic Colors of #A08780
Black with #A08780
Text Example
Text Example
White with #A08780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08780; }
p { color: rgb(160,135,128); }
H1.HeaderClassName
{
color: #A08780;
}
.AnyTagClassName
{
color: #A08780;
}
</style>
background-color css
<style>
a { background-color: #A08780; }
a { background-color: rgb(160,135,128); }
div.DivClassName
{
background-color: #A08780;
}
.BgClassName
{
background-color: #A08780;
}
</style>
border-color css
<style>
span { border-color: #A08780; }
span { border-color: rgb(160,135,128); }
td.TdClassName
{
border-color: #A08780;
}
.TagClassName
{
border-color: #A08780;
}
</style>