Shades of Hemp #A0847B
Tints of Hemp #A0847B
RGB
CMYK
RGB Variations
Color information
#A0847B (or 0xA0847B) is known color: Hemp. HEX triplet: A0, 84 and 7B. RGB value is (160,132,123). Sum of RGB (Red+Green+Blue) = 160+132+123=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0847B is #5F7B84. Grayscale: #8B8B8B. Windows color (decimal): -6257541 or 8094880. OLE color: 8094880.
HSL color Cylindrical-coordinate representation of color #A0847B: hue angle of 14.59º 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 #A0847B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 123 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.37 |
| HSL | 14.59º | 0.16% | 0.55% | - |
| HSV(B) | 14.59º | 0.23% | 0.63% | - |
| XYZ | 26.32 | 25.41 | 22.26 | - |
| YUV | 139.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 123 | 0 | 0.17 | 0.23 | 0.37 | 14.59 | 0.16 | 0.55 |
| Hex | A0 | 84 | 7B | 0 | 11 | 17 | 25 | F | 10 | 37 |
| Octal | 240 | 204 | 173 | 0 | 21 | 27 | 45 | 17 | 20 | 67 |
| Binary | 10100000 | 10000100 | 1111011 | 0 | 10001 | 10111 | 100101 | 1111 | 10000 | 110111 |
Color Harmonies of #A0847B
Complementary color
Monochromatic Colors of #A0847B
Black with #A0847B
Text Example
Text Example
White with #A0847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0847B; }
p { color: rgb(160,132,123); }
H1.HeaderClassName
{
color: #A0847B;
}
.AnyTagClassName
{
color: #A0847B;
}
</style>
background-color css
<style>
a { background-color: #A0847B; }
a { background-color: rgb(160,132,123); }
div.DivClassName
{
background-color: #A0847B;
}
.BgClassName
{
background-color: #A0847B;
}
</style>
border-color css
<style>
span { border-color: #A0847B; }
span { border-color: rgb(160,132,123); }
td.TdClassName
{
border-color: #A0847B;
}
.TagClassName
{
border-color: #A0847B;
}
</style>