Shades of Hemp #A47D6D
Tints of Hemp #A47D6D
RGB
CMYK
RGB Variations
Color information
#A47D6D (or 0xA47D6D) is known color: Hemp. HEX triplet: A4, 7D and 6D. RGB value is (164,125,109). Sum of RGB (Red+Green+Blue) = 164+125+109=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D6D is #5B8292. Grayscale: #868686. Windows color (decimal): -5997203 or 7175588. OLE color: 7175588.
HSL color Cylindrical-coordinate representation of color #A47D6D: hue angle of 17.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47D6D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 109 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.36 |
| HSL | 17.45º | 0.23% | 0.54% | - |
| HSV(B) | 17.45º | 0.34% | 0.64% | - |
| XYZ | 25.4 | 23.66 | 17.7 | - |
| YUV | 134.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 109 | 0 | 0.24 | 0.34 | 0.36 | 17.45 | 0.23 | 0.54 |
| Hex | A4 | 7D | 6D | 0 | 18 | 22 | 24 | 11 | 17 | 36 |
| Octal | 244 | 175 | 155 | 0 | 30 | 42 | 44 | 21 | 27 | 66 |
| Binary | 10100100 | 1111101 | 1101101 | 0 | 11000 | 100010 | 100100 | 10001 | 10111 | 110110 |
Color Harmonies of #A47D6D
Complementary color
Monochromatic Colors of #A47D6D
Black with #A47D6D
Text Example
Text Example
White with #A47D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D6D; }
p { color: rgb(164,125,109); }
H1.HeaderClassName
{
color: #A47D6D;
}
.AnyTagClassName
{
color: #A47D6D;
}
</style>
background-color css
<style>
a { background-color: #A47D6D; }
a { background-color: rgb(164,125,109); }
div.DivClassName
{
background-color: #A47D6D;
}
.BgClassName
{
background-color: #A47D6D;
}
</style>
border-color css
<style>
span { border-color: #A47D6D; }
span { border-color: rgb(164,125,109); }
td.TdClassName
{
border-color: #A47D6D;
}
.TagClassName
{
border-color: #A47D6D;
}
</style>