Shades of Hemp #A0817B
Tints of Hemp #A0817B
RGB
CMYK
RGB Variations
Color information
#A0817B (or 0xA0817B) is known color: Hemp. HEX triplet: A0, 81 and 7B. RGB value is (160,129,123). Sum of RGB (Red+Green+Blue) = 160+129+123=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0817B is #5F7E84. Grayscale: #898989. Windows color (decimal): -6258309 or 8094112. OLE color: 8094112.
HSL color Cylindrical-coordinate representation of color #A0817B: hue angle of 9.73º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0817B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 123 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.37 |
| HSL | 9.73º | 0.16% | 0.55% | - |
| HSV(B) | 9.73º | 0.23% | 0.63% | - |
| XYZ | 25.92 | 24.6 | 22.12 | - |
| YUV | 137.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 123 | 0 | 0.19 | 0.23 | 0.37 | 9.73 | 0.16 | 0.55 |
| Hex | A0 | 81 | 7B | 0 | 13 | 17 | 25 | A | 10 | 37 |
| Octal | 240 | 201 | 173 | 0 | 23 | 27 | 45 | 12 | 20 | 67 |
| Binary | 10100000 | 10000001 | 1111011 | 0 | 10011 | 10111 | 100101 | 1010 | 10000 | 110111 |
Color Harmonies of #A0817B
Complementary color
Monochromatic Colors of #A0817B
Black with #A0817B
Text Example
Text Example
White with #A0817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0817B; }
p { color: rgb(160,129,123); }
H1.HeaderClassName
{
color: #A0817B;
}
.AnyTagClassName
{
color: #A0817B;
}
</style>
background-color css
<style>
a { background-color: #A0817B; }
a { background-color: rgb(160,129,123); }
div.DivClassName
{
background-color: #A0817B;
}
.BgClassName
{
background-color: #A0817B;
}
</style>
border-color css
<style>
span { border-color: #A0817B; }
span { border-color: rgb(160,129,123); }
td.TdClassName
{
border-color: #A0817B;
}
.TagClassName
{
border-color: #A0817B;
}
</style>