Shades of Hemp #A47E71
Tints of Hemp #A47E71
RGB
CMYK
RGB Variations
Color information
#A47E71 (or 0xA47E71) is known color: Hemp. HEX triplet: A4, 7E and 71. RGB value is (164,126,113). Sum of RGB (Red+Green+Blue) = 164+126+113=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E71 is #5B818E. Grayscale: #878787. Windows color (decimal): -5996943 or 7437988. OLE color: 7437988.
HSL color Cylindrical-coordinate representation of color #A47E71: hue angle of 15.29º degrees, saturation: 0.22, 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 #A47E71 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 113 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.36 |
| HSL | 15.29º | 0.22% | 0.54% | - |
| HSV(B) | 15.29º | 0.31% | 0.64% | - |
| XYZ | 25.75 | 24.01 | 18.9 | - |
| YUV | 135.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 113 | 0 | 0.23 | 0.31 | 0.36 | 15.29 | 0.22 | 0.54 |
| Hex | A4 | 7E | 71 | 0 | 17 | 1F | 24 | F | 16 | 36 |
| Octal | 244 | 176 | 161 | 0 | 27 | 37 | 44 | 17 | 26 | 66 |
| Binary | 10100100 | 1111110 | 1110001 | 0 | 10111 | 11111 | 100100 | 1111 | 10110 | 110110 |
Color Harmonies of #A47E71
Complementary color
Monochromatic Colors of #A47E71
Black with #A47E71
Text Example
Text Example
White with #A47E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E71; }
p { color: rgb(164,126,113); }
H1.HeaderClassName
{
color: #A47E71;
}
.AnyTagClassName
{
color: #A47E71;
}
</style>
background-color css
<style>
a { background-color: #A47E71; }
a { background-color: rgb(164,126,113); }
div.DivClassName
{
background-color: #A47E71;
}
.BgClassName
{
background-color: #A47E71;
}
</style>
border-color css
<style>
span { border-color: #A47E71; }
span { border-color: rgb(164,126,113); }
td.TdClassName
{
border-color: #A47E71;
}
.TagClassName
{
border-color: #A47E71;
}
</style>