Shades of Hemp #A47D73
Tints of Hemp #A47D73
RGB
CMYK
RGB Variations
Color information
#A47D73 (or 0xA47D73) is known color: Hemp. HEX triplet: A4, 7D and 73. RGB value is (164,125,115). Sum of RGB (Red+Green+Blue) = 164+125+115=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D73 is #5B828C. Grayscale: #878787. Windows color (decimal): -5997197 or 7568804. OLE color: 7568804.
HSL color Cylindrical-coordinate representation of color #A47D73: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47D73 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 115 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.36 |
| HSL | 12.24º | 0.21% | 0.55% | - |
| HSV(B) | 12.24º | 0.3% | 0.64% | - |
| XYZ | 25.74 | 23.8 | 19.46 | - |
| YUV | 135.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 115 | 0 | 0.24 | 0.30 | 0.36 | 12.24 | 0.21 | 0.55 |
| Hex | A4 | 7D | 73 | 0 | 18 | 1E | 24 | C | 15 | 37 |
| Octal | 244 | 175 | 163 | 0 | 30 | 36 | 44 | 14 | 25 | 67 |
| Binary | 10100100 | 1111101 | 1110011 | 0 | 11000 | 11110 | 100100 | 1100 | 10101 | 110111 |
Color Harmonies of #A47D73
Complementary color
Monochromatic Colors of #A47D73
Black with #A47D73
Text Example
Text Example
White with #A47D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D73; }
p { color: rgb(164,125,115); }
H1.HeaderClassName
{
color: #A47D73;
}
.AnyTagClassName
{
color: #A47D73;
}
</style>
background-color css
<style>
a { background-color: #A47D73; }
a { background-color: rgb(164,125,115); }
div.DivClassName
{
background-color: #A47D73;
}
.BgClassName
{
background-color: #A47D73;
}
</style>
border-color css
<style>
span { border-color: #A47D73; }
span { border-color: rgb(164,125,115); }
td.TdClassName
{
border-color: #A47D73;
}
.TagClassName
{
border-color: #A47D73;
}
</style>