Shades of Hemp #A0837D
Tints of Hemp #A0837D
RGB
CMYK
RGB Variations
Color information
#A0837D (or 0xA0837D) is known color: Hemp. HEX triplet: A0, 83 and 7D. RGB value is (160,131,125). Sum of RGB (Red+Green+Blue) = 160+131+125=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0837D is #5F7C82. Grayscale: #8B8B8B. Windows color (decimal): -6257795 or 8225696. OLE color: 8225696.
HSL color Cylindrical-coordinate representation of color #A0837D: hue angle of 10.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0837D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 125 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.37 |
| HSL | 10.29º | 0.16% | 0.56% | - |
| HSV(B) | 10.29º | 0.22% | 0.63% | - |
| XYZ | 26.32 | 25.19 | 22.88 | - |
| YUV | 138.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 125 | 0 | 0.18 | 0.22 | 0.37 | 10.29 | 0.16 | 0.56 |
| Hex | A0 | 83 | 7D | 0 | 12 | 16 | 25 | A | 10 | 38 |
| Octal | 240 | 203 | 175 | 0 | 22 | 26 | 45 | 12 | 20 | 70 |
| Binary | 10100000 | 10000011 | 1111101 | 0 | 10010 | 10110 | 100101 | 1010 | 10000 | 111000 |
Color Harmonies of #A0837D
Complementary color
Monochromatic Colors of #A0837D
Black with #A0837D
Text Example
Text Example
White with #A0837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0837D; }
p { color: rgb(160,131,125); }
H1.HeaderClassName
{
color: #A0837D;
}
.AnyTagClassName
{
color: #A0837D;
}
</style>
background-color css
<style>
a { background-color: #A0837D; }
a { background-color: rgb(160,131,125); }
div.DivClassName
{
background-color: #A0837D;
}
.BgClassName
{
background-color: #A0837D;
}
</style>
border-color css
<style>
span { border-color: #A0837D; }
span { border-color: rgb(160,131,125); }
td.TdClassName
{
border-color: #A0837D;
}
.TagClassName
{
border-color: #A0837D;
}
</style>