Shades of Hemp #A0817A
Tints of Hemp #A0817A
RGB
CMYK
RGB Variations
Color information
#A0817A (or 0xA0817A) is known color: Hemp. HEX triplet: A0, 81 and 7A. RGB value is (160,129,122). Sum of RGB (Red+Green+Blue) = 160+129+122=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A0817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0817A is #5F7E85. Grayscale: #898989. Windows color (decimal): -6258310 or 8028576. OLE color: 8028576.
HSL color Cylindrical-coordinate representation of color #A0817A: hue angle of 11.05º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0817A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 122 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.37 |
| HSL | 11.05º | 0.17% | 0.55% | - |
| HSV(B) | 11.05º | 0.24% | 0.63% | - |
| XYZ | 25.86 | 24.58 | 21.79 | - |
| YUV | 137.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 122 | 0 | 0.19 | 0.24 | 0.37 | 11.05 | 0.17 | 0.55 |
| Hex | A0 | 81 | 7A | 0 | 13 | 18 | 25 | B | 11 | 37 |
| Octal | 240 | 201 | 172 | 0 | 23 | 30 | 45 | 13 | 21 | 67 |
| Binary | 10100000 | 10000001 | 1111010 | 0 | 10011 | 11000 | 100101 | 1011 | 10001 | 110111 |
Color Harmonies of #A0817A
Complementary color
Monochromatic Colors of #A0817A
Black with #A0817A
Text Example
Text Example
White with #A0817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0817A; }
p { color: rgb(160,129,122); }
H1.HeaderClassName
{
color: #A0817A;
}
.AnyTagClassName
{
color: #A0817A;
}
</style>
background-color css
<style>
a { background-color: #A0817A; }
a { background-color: rgb(160,129,122); }
div.DivClassName
{
background-color: #A0817A;
}
.BgClassName
{
background-color: #A0817A;
}
</style>
border-color css
<style>
span { border-color: #A0817A; }
span { border-color: rgb(160,129,122); }
td.TdClassName
{
border-color: #A0817A;
}
.TagClassName
{
border-color: #A0817A;
}
</style>