Shades of Hemp #A47E6E
Tints of Hemp #A47E6E
RGB
CMYK
RGB Variations
Color information
#A47E6E (or 0xA47E6E) is known color: Hemp. HEX triplet: A4, 7E and 6E. RGB value is (164,126,110). Sum of RGB (Red+Green+Blue) = 164+126+110=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6E is #5B8191. Grayscale: #878787. Windows color (decimal): -5996946 or 7241380. OLE color: 7241380.
HSL color Cylindrical-coordinate representation of color #A47E6E: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47E6E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 110 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.36 |
| HSL | 17.78º | 0.23% | 0.54% | - |
| HSV(B) | 17.78º | 0.33% | 0.64% | - |
| XYZ | 25.59 | 23.94 | 18.02 | - |
| YUV | 135.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 110 | 0 | 0.23 | 0.33 | 0.36 | 17.78 | 0.23 | 0.54 |
| Hex | A4 | 7E | 6E | 0 | 17 | 21 | 24 | 12 | 17 | 36 |
| Octal | 244 | 176 | 156 | 0 | 27 | 41 | 44 | 22 | 27 | 66 |
| Binary | 10100100 | 1111110 | 1101110 | 0 | 10111 | 100001 | 100100 | 10010 | 10111 | 110110 |
Color Harmonies of #A47E6E
Complementary color
Monochromatic Colors of #A47E6E
Black with #A47E6E
Text Example
Text Example
White with #A47E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E6E; }
p { color: rgb(164,126,110); }
H1.HeaderClassName
{
color: #A47E6E;
}
.AnyTagClassName
{
color: #A47E6E;
}
</style>
background-color css
<style>
a { background-color: #A47E6E; }
a { background-color: rgb(164,126,110); }
div.DivClassName
{
background-color: #A47E6E;
}
.BgClassName
{
background-color: #A47E6E;
}
</style>
border-color css
<style>
span { border-color: #A47E6E; }
span { border-color: rgb(164,126,110); }
td.TdClassName
{
border-color: #A47E6E;
}
.TagClassName
{
border-color: #A47E6E;
}
</style>