Shades of Hemp #A37C73
Tints of Hemp #A37C73
RGB
CMYK
RGB Variations
Color information
#A37C73 (or 0xA37C73) is known color: Hemp. HEX triplet: A3, 7C and 73. RGB value is (163,124,115). Sum of RGB (Red+Green+Blue) = 163+124+115=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C73 is #5C838C. Grayscale: #868686. Windows color (decimal): -6062989 or 7568547. OLE color: 7568547.
HSL color Cylindrical-coordinate representation of color #A37C73: hue angle of 11.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37C73 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 115 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.36 |
| HSL | 11.25º | 0.21% | 0.55% | - |
| HSV(B) | 11.25º | 0.29% | 0.64% | - |
| XYZ | 25.41 | 23.44 | 19.4 | - |
| YUV | 134.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 115 | 0 | 0.24 | 0.29 | 0.36 | 11.25 | 0.21 | 0.55 |
| Hex | A3 | 7C | 73 | 0 | 18 | 1D | 24 | B | 15 | 37 |
| Octal | 243 | 174 | 163 | 0 | 30 | 35 | 44 | 13 | 25 | 67 |
| Binary | 10100011 | 1111100 | 1110011 | 0 | 11000 | 11101 | 100100 | 1011 | 10101 | 110111 |
Color Harmonies of #A37C73
Complementary color
Monochromatic Colors of #A37C73
Black with #A37C73
Text Example
Text Example
White with #A37C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C73; }
p { color: rgb(163,124,115); }
H1.HeaderClassName
{
color: #A37C73;
}
.AnyTagClassName
{
color: #A37C73;
}
</style>
background-color css
<style>
a { background-color: #A37C73; }
a { background-color: rgb(163,124,115); }
div.DivClassName
{
background-color: #A37C73;
}
.BgClassName
{
background-color: #A37C73;
}
</style>
border-color css
<style>
span { border-color: #A37C73; }
span { border-color: rgb(163,124,115); }
td.TdClassName
{
border-color: #A37C73;
}
.TagClassName
{
border-color: #A37C73;
}
</style>