Shades of Hemp #A47B71
Tints of Hemp #A47B71
RGB
CMYK
RGB Variations
Color information
#A47B71 (or 0xA47B71) is known color: Hemp. HEX triplet: A4, 7B and 71. RGB value is (164,123,113). Sum of RGB (Red+Green+Blue) = 164+123+113=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B71 is #5B848E. Grayscale: #868686. Windows color (decimal): -5997711 or 7437220. OLE color: 7437220.
HSL color Cylindrical-coordinate representation of color #A47B71: hue angle of 11.76º 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 #A47B71 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 113 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.36 |
| HSL | 11.76º | 0.22% | 0.54% | - |
| HSV(B) | 11.76º | 0.31% | 0.64% | - |
| XYZ | 25.37 | 23.25 | 18.77 | - |
| YUV | 134.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 113 | 0 | 0.25 | 0.31 | 0.36 | 11.76 | 0.22 | 0.54 |
| Hex | A4 | 7B | 71 | 0 | 19 | 1F | 24 | C | 16 | 36 |
| Octal | 244 | 173 | 161 | 0 | 31 | 37 | 44 | 14 | 26 | 66 |
| Binary | 10100100 | 1111011 | 1110001 | 0 | 11001 | 11111 | 100100 | 1100 | 10110 | 110110 |
Color Harmonies of #A47B71
Complementary color
Monochromatic Colors of #A47B71
Black with #A47B71
Text Example
Text Example
White with #A47B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B71; }
p { color: rgb(164,123,113); }
H1.HeaderClassName
{
color: #A47B71;
}
.AnyTagClassName
{
color: #A47B71;
}
</style>
background-color css
<style>
a { background-color: #A47B71; }
a { background-color: rgb(164,123,113); }
div.DivClassName
{
background-color: #A47B71;
}
.BgClassName
{
background-color: #A47B71;
}
</style>
border-color css
<style>
span { border-color: #A47B71; }
span { border-color: rgb(164,123,113); }
td.TdClassName
{
border-color: #A47B71;
}
.TagClassName
{
border-color: #A47B71;
}
</style>