Shades of Hemp #A0807A
Tints of Hemp #A0807A
RGB
CMYK
RGB Variations
Color information
#A0807A (or 0xA0807A) is known color: Hemp. HEX triplet: A0, 80 and 7A. RGB value is (160,128,122). Sum of RGB (Red+Green+Blue) = 160+128+122=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A0807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0807A is #5F7F85. Grayscale: #888888. Windows color (decimal): -6258566 or 8028320. OLE color: 8028320.
HSL color Cylindrical-coordinate representation of color #A0807A: hue angle of 9.47º 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 #A0807A is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 122 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.37 |
| HSL | 9.47º | 0.17% | 0.55% | - |
| HSV(B) | 9.47º | 0.24% | 0.63% | - |
| XYZ | 25.73 | 24.32 | 21.75 | - |
| YUV | 136.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 122 | 0 | 0.20 | 0.24 | 0.37 | 9.47 | 0.17 | 0.55 |
| Hex | A0 | 80 | 7A | 0 | 14 | 18 | 25 | 9 | 11 | 37 |
| Octal | 240 | 200 | 172 | 0 | 24 | 30 | 45 | 11 | 21 | 67 |
| Binary | 10100000 | 10000000 | 1111010 | 0 | 10100 | 11000 | 100101 | 1001 | 10001 | 110111 |
Color Harmonies of #A0807A
Complementary color
Monochromatic Colors of #A0807A
Black with #A0807A
Text Example
Text Example
White with #A0807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0807A; }
p { color: rgb(160,128,122); }
H1.HeaderClassName
{
color: #A0807A;
}
.AnyTagClassName
{
color: #A0807A;
}
</style>
background-color css
<style>
a { background-color: #A0807A; }
a { background-color: rgb(160,128,122); }
div.DivClassName
{
background-color: #A0807A;
}
.BgClassName
{
background-color: #A0807A;
}
</style>
border-color css
<style>
span { border-color: #A0807A; }
span { border-color: rgb(160,128,122); }
td.TdClassName
{
border-color: #A0807A;
}
.TagClassName
{
border-color: #A0807A;
}
</style>