Shades of Hemp #A37E76
Tints of Hemp #A37E76
RGB
CMYK
RGB Variations
Color information
#A37E76 (or 0xA37E76) is known color: Hemp. HEX triplet: A3, 7E and 76. RGB value is (163,126,118). Sum of RGB (Red+Green+Blue) = 163+126+118=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E76 is #5C8189. Grayscale: #888888. Windows color (decimal): -6062474 or 7765667. OLE color: 7765667.
HSL color Cylindrical-coordinate representation of color #A37E76: hue angle of 10.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37E76 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 118 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.36 |
| HSL | 10.67º | 0.2% | 0.55% | - |
| HSV(B) | 10.67º | 0.28% | 0.64% | - |
| XYZ | 25.84 | 24.02 | 20.41 | - |
| YUV | 136.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 118 | 0 | 0.23 | 0.28 | 0.36 | 10.67 | 0.2 | 0.55 |
| Hex | A3 | 7E | 76 | 0 | 17 | 1C | 24 | B | 14 | 37 |
| Octal | 243 | 176 | 166 | 0 | 27 | 34 | 44 | 13 | 24 | 67 |
| Binary | 10100011 | 1111110 | 1110110 | 0 | 10111 | 11100 | 100100 | 1011 | 10100 | 110111 |
Color Harmonies of #A37E76
Complementary color
Monochromatic Colors of #A37E76
Black with #A37E76
Text Example
Text Example
White with #A37E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E76; }
p { color: rgb(163,126,118); }
H1.HeaderClassName
{
color: #A37E76;
}
.AnyTagClassName
{
color: #A37E76;
}
</style>
background-color css
<style>
a { background-color: #A37E76; }
a { background-color: rgb(163,126,118); }
div.DivClassName
{
background-color: #A37E76;
}
.BgClassName
{
background-color: #A37E76;
}
</style>
border-color css
<style>
span { border-color: #A37E76; }
span { border-color: rgb(163,126,118); }
td.TdClassName
{
border-color: #A37E76;
}
.TagClassName
{
border-color: #A37E76;
}
</style>