Shades of Hemp #A37D6D
Tints of Hemp #A37D6D
RGB
CMYK
RGB Variations
Color information
#A37D6D (or 0xA37D6D) is known color: Hemp. HEX triplet: A3, 7D and 6D. RGB value is (163,125,109). Sum of RGB (Red+Green+Blue) = 163+125+109=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6D is #5C8292. Grayscale: #868686. Windows color (decimal): -6062739 or 7175587. OLE color: 7175587.
HSL color Cylindrical-coordinate representation of color #A37D6D: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37D6D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 109 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.36 |
| HSL | 17.78º | 0.23% | 0.53% | - |
| HSV(B) | 17.78º | 0.33% | 0.64% | - |
| XYZ | 25.2 | 23.56 | 17.69 | - |
| YUV | 134.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 109 | 0 | 0.23 | 0.33 | 0.36 | 17.78 | 0.23 | 0.53 |
| Hex | A3 | 7D | 6D | 0 | 17 | 21 | 24 | 12 | 17 | 35 |
| Octal | 243 | 175 | 155 | 0 | 27 | 41 | 44 | 22 | 27 | 65 |
| Binary | 10100011 | 1111101 | 1101101 | 0 | 10111 | 100001 | 100100 | 10010 | 10111 | 110101 |
Color Harmonies of #A37D6D
Complementary color
Monochromatic Colors of #A37D6D
Black with #A37D6D
Text Example
Text Example
White with #A37D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D6D; }
p { color: rgb(163,125,109); }
H1.HeaderClassName
{
color: #A37D6D;
}
.AnyTagClassName
{
color: #A37D6D;
}
</style>
background-color css
<style>
a { background-color: #A37D6D; }
a { background-color: rgb(163,125,109); }
div.DivClassName
{
background-color: #A37D6D;
}
.BgClassName
{
background-color: #A37D6D;
}
</style>
border-color css
<style>
span { border-color: #A37D6D; }
span { border-color: rgb(163,125,109); }
td.TdClassName
{
border-color: #A37D6D;
}
.TagClassName
{
border-color: #A37D6D;
}
</style>