Shades of Hemp #A37E74
Tints of Hemp #A37E74
RGB
CMYK
RGB Variations
Color information
#A37E74 (or 0xA37E74) is known color: Hemp. HEX triplet: A3, 7E and 74. RGB value is (163,126,116). Sum of RGB (Red+Green+Blue) = 163+126+116=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E74 is #5C818B. Grayscale: #878787. Windows color (decimal): -6062476 or 7634595. OLE color: 7634595.
HSL color Cylindrical-coordinate representation of color #A37E74: hue angle of 12.77º degrees, saturation: 0.2, 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 #A37E74 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 116 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.36 |
| HSL | 12.77º | 0.2% | 0.55% | - |
| HSV(B) | 12.77º | 0.29% | 0.64% | - |
| XYZ | 25.72 | 23.97 | 19.79 | - |
| YUV | 135.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 116 | 0 | 0.23 | 0.29 | 0.36 | 12.77 | 0.2 | 0.55 |
| Hex | A3 | 7E | 74 | 0 | 17 | 1D | 24 | D | 14 | 37 |
| Octal | 243 | 176 | 164 | 0 | 27 | 35 | 44 | 15 | 24 | 67 |
| Binary | 10100011 | 1111110 | 1110100 | 0 | 10111 | 11101 | 100100 | 1101 | 10100 | 110111 |
Color Harmonies of #A37E74
Complementary color
Monochromatic Colors of #A37E74
Black with #A37E74
Text Example
Text Example
White with #A37E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E74; }
p { color: rgb(163,126,116); }
H1.HeaderClassName
{
color: #A37E74;
}
.AnyTagClassName
{
color: #A37E74;
}
</style>
background-color css
<style>
a { background-color: #A37E74; }
a { background-color: rgb(163,126,116); }
div.DivClassName
{
background-color: #A37E74;
}
.BgClassName
{
background-color: #A37E74;
}
</style>
border-color css
<style>
span { border-color: #A37E74; }
span { border-color: rgb(163,126,116); }
td.TdClassName
{
border-color: #A37E74;
}
.TagClassName
{
border-color: #A37E74;
}
</style>