Shades of Hemp #A0837B
Tints of Hemp #A0837B
RGB
CMYK
RGB Variations
Color information
#A0837B (or 0xA0837B) is known color: Hemp. HEX triplet: A0, 83 and 7B. RGB value is (160,131,123). Sum of RGB (Red+Green+Blue) = 160+131+123=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0837B is #5F7C84. Grayscale: #8A8A8A. Windows color (decimal): -6257797 or 8094624. OLE color: 8094624.
HSL color Cylindrical-coordinate representation of color #A0837B: hue angle of 12.97º 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 #A0837B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 123 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.37 |
| HSL | 12.97º | 0.16% | 0.55% | - |
| HSV(B) | 12.97º | 0.23% | 0.63% | - |
| XYZ | 26.19 | 25.14 | 22.21 | - |
| YUV | 138.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 123 | 0 | 0.18 | 0.23 | 0.37 | 12.97 | 0.16 | 0.55 |
| Hex | A0 | 83 | 7B | 0 | 12 | 17 | 25 | D | 10 | 37 |
| Octal | 240 | 203 | 173 | 0 | 22 | 27 | 45 | 15 | 20 | 67 |
| Binary | 10100000 | 10000011 | 1111011 | 0 | 10010 | 10111 | 100101 | 1101 | 10000 | 110111 |
Color Harmonies of #A0837B
Complementary color
Monochromatic Colors of #A0837B
Black with #A0837B
Text Example
Text Example
White with #A0837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0837B; }
p { color: rgb(160,131,123); }
H1.HeaderClassName
{
color: #A0837B;
}
.AnyTagClassName
{
color: #A0837B;
}
</style>
background-color css
<style>
a { background-color: #A0837B; }
a { background-color: rgb(160,131,123); }
div.DivClassName
{
background-color: #A0837B;
}
.BgClassName
{
background-color: #A0837B;
}
</style>
border-color css
<style>
span { border-color: #A0837B; }
span { border-color: rgb(160,131,123); }
td.TdClassName
{
border-color: #A0837B;
}
.TagClassName
{
border-color: #A0837B;
}
</style>