Shades of Hemp #A37E6E
Tints of Hemp #A37E6E
RGB
CMYK
RGB Variations
Color information
#A37E6E (or 0xA37E6E) is known color: Hemp. HEX triplet: A3, 7E and 6E. RGB value is (163,126,110). Sum of RGB (Red+Green+Blue) = 163+126+110=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E6E is #5C8191. Grayscale: #878787. Windows color (decimal): -6062482 or 7241379. OLE color: 7241379.
HSL color Cylindrical-coordinate representation of color #A37E6E: hue angle of 18.11º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37E6E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 110 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.36 |
| HSL | 18.11º | 0.22% | 0.54% | - |
| HSV(B) | 18.11º | 0.33% | 0.64% | - |
| XYZ | 25.38 | 23.83 | 18.01 | - |
| YUV | 135.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 110 | 0 | 0.23 | 0.33 | 0.36 | 18.11 | 0.22 | 0.54 |
| Hex | A3 | 7E | 6E | 0 | 17 | 21 | 24 | 12 | 16 | 36 |
| Octal | 243 | 176 | 156 | 0 | 27 | 41 | 44 | 22 | 26 | 66 |
| Binary | 10100011 | 1111110 | 1101110 | 0 | 10111 | 100001 | 100100 | 10010 | 10110 | 110110 |
Color Harmonies of #A37E6E
Complementary color
Monochromatic Colors of #A37E6E
Black with #A37E6E
Text Example
Text Example
White with #A37E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E6E; }
p { color: rgb(163,126,110); }
H1.HeaderClassName
{
color: #A37E6E;
}
.AnyTagClassName
{
color: #A37E6E;
}
</style>
background-color css
<style>
a { background-color: #A37E6E; }
a { background-color: rgb(163,126,110); }
div.DivClassName
{
background-color: #A37E6E;
}
.BgClassName
{
background-color: #A37E6E;
}
</style>
border-color css
<style>
span { border-color: #A37E6E; }
span { border-color: rgb(163,126,110); }
td.TdClassName
{
border-color: #A37E6E;
}
.TagClassName
{
border-color: #A37E6E;
}
</style>