Shades of Hemp #A37E71
Tints of Hemp #A37E71
RGB
CMYK
RGB Variations
Color information
#A37E71 (or 0xA37E71) is known color: Hemp. HEX triplet: A3, 7E and 71. RGB value is (163,126,113). Sum of RGB (Red+Green+Blue) = 163+126+113=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E71 is #5C818E. Grayscale: #878787. Windows color (decimal): -6062479 or 7437987. OLE color: 7437987.
HSL color Cylindrical-coordinate representation of color #A37E71: hue angle of 15.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37E71 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 113 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.36 |
| HSL | 15.6º | 0.21% | 0.54% | - |
| HSV(B) | 15.6º | 0.31% | 0.64% | - |
| XYZ | 25.55 | 23.9 | 18.89 | - |
| YUV | 135.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 113 | 0 | 0.23 | 0.31 | 0.36 | 15.6 | 0.21 | 0.54 |
| Hex | A3 | 7E | 71 | 0 | 17 | 1F | 24 | 10 | 15 | 36 |
| Octal | 243 | 176 | 161 | 0 | 27 | 37 | 44 | 20 | 25 | 66 |
| Binary | 10100011 | 1111110 | 1110001 | 0 | 10111 | 11111 | 100100 | 10000 | 10101 | 110110 |
Color Harmonies of #A37E71
Complementary color
Monochromatic Colors of #A37E71
Black with #A37E71
Text Example
Text Example
White with #A37E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E71; }
p { color: rgb(163,126,113); }
H1.HeaderClassName
{
color: #A37E71;
}
.AnyTagClassName
{
color: #A37E71;
}
</style>
background-color css
<style>
a { background-color: #A37E71; }
a { background-color: rgb(163,126,113); }
div.DivClassName
{
background-color: #A37E71;
}
.BgClassName
{
background-color: #A37E71;
}
</style>
border-color css
<style>
span { border-color: #A37E71; }
span { border-color: rgb(163,126,113); }
td.TdClassName
{
border-color: #A37E71;
}
.TagClassName
{
border-color: #A37E71;
}
</style>