Shades of Hemp #A37C72
Tints of Hemp #A37C72
RGB
CMYK
RGB Variations
Color information
#A37C72 (or 0xA37C72) is known color: Hemp. HEX triplet: A3, 7C and 72. RGB value is (163,124,114). Sum of RGB (Red+Green+Blue) = 163+124+114=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C72 is #5C838D. Grayscale: #868686. Windows color (decimal): -6062990 or 7503011. OLE color: 7503011.
HSL color Cylindrical-coordinate representation of color #A37C72: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37C72 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 114 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.36 |
| HSL | 12.24º | 0.21% | 0.54% | - |
| HSV(B) | 12.24º | 0.3% | 0.64% | - |
| XYZ | 25.35 | 23.42 | 19.1 | - |
| YUV | 134.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 114 | 0 | 0.24 | 0.30 | 0.36 | 12.24 | 0.21 | 0.54 |
| Hex | A3 | 7C | 72 | 0 | 18 | 1E | 24 | C | 15 | 36 |
| Octal | 243 | 174 | 162 | 0 | 30 | 36 | 44 | 14 | 25 | 66 |
| Binary | 10100011 | 1111100 | 1110010 | 0 | 11000 | 11110 | 100100 | 1100 | 10101 | 110110 |
Color Harmonies of #A37C72
Complementary color
Monochromatic Colors of #A37C72
Black with #A37C72
Text Example
Text Example
White with #A37C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C72; }
p { color: rgb(163,124,114); }
H1.HeaderClassName
{
color: #A37C72;
}
.AnyTagClassName
{
color: #A37C72;
}
</style>
background-color css
<style>
a { background-color: #A37C72; }
a { background-color: rgb(163,124,114); }
div.DivClassName
{
background-color: #A37C72;
}
.BgClassName
{
background-color: #A37C72;
}
</style>
border-color css
<style>
span { border-color: #A37C72; }
span { border-color: rgb(163,124,114); }
td.TdClassName
{
border-color: #A37C72;
}
.TagClassName
{
border-color: #A37C72;
}
</style>