Shades of Hemp #A0827A
Tints of Hemp #A0827A
RGB
CMYK
RGB Variations
Color information
#A0827A (or 0xA0827A) is known color: Hemp. HEX triplet: A0, 82 and 7A. RGB value is (160,130,122). Sum of RGB (Red+Green+Blue) = 160+130+122=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0827A is #5F7D85. Grayscale: #8A8A8A. Windows color (decimal): -6258054 or 8028832. OLE color: 8028832.
HSL color Cylindrical-coordinate representation of color #A0827A: hue angle of 12.63º 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 #A0827A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 122 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.37 |
| HSL | 12.63º | 0.17% | 0.55% | - |
| HSV(B) | 12.63º | 0.24% | 0.63% | - |
| XYZ | 25.99 | 24.84 | 21.84 | - |
| YUV | 138.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 122 | 0 | 0.19 | 0.24 | 0.37 | 12.63 | 0.17 | 0.55 |
| Hex | A0 | 82 | 7A | 0 | 13 | 18 | 25 | D | 11 | 37 |
| Octal | 240 | 202 | 172 | 0 | 23 | 30 | 45 | 15 | 21 | 67 |
| Binary | 10100000 | 10000010 | 1111010 | 0 | 10011 | 11000 | 100101 | 1101 | 10001 | 110111 |
Color Harmonies of #A0827A
Complementary color
Monochromatic Colors of #A0827A
Black with #A0827A
Text Example
Text Example
White with #A0827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0827A; }
p { color: rgb(160,130,122); }
H1.HeaderClassName
{
color: #A0827A;
}
.AnyTagClassName
{
color: #A0827A;
}
</style>
background-color css
<style>
a { background-color: #A0827A; }
a { background-color: rgb(160,130,122); }
div.DivClassName
{
background-color: #A0827A;
}
.BgClassName
{
background-color: #A0827A;
}
</style>
border-color css
<style>
span { border-color: #A0827A; }
span { border-color: rgb(160,130,122); }
td.TdClassName
{
border-color: #A0827A;
}
.TagClassName
{
border-color: #A0827A;
}
</style>