Shades of Hemp #A17D6D
Tints of Hemp #A17D6D
RGB
CMYK
RGB Variations
Color information
#A17D6D (or 0xA17D6D) is known color: Hemp. HEX triplet: A1, 7D and 6D. RGB value is (161,125,109). Sum of RGB (Red+Green+Blue) = 161+125+109=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D6D is #5E8292. Grayscale: #868686. Windows color (decimal): -6193811 or 7175585. OLE color: 7175585.
HSL color Cylindrical-coordinate representation of color #A17D6D: hue angle of 18.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17D6D is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 109 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.37 |
| HSL | 18.46º | 0.22% | 0.53% | - |
| HSV(B) | 18.46º | 0.32% | 0.63% | - |
| XYZ | 24.79 | 23.35 | 17.67 | - |
| YUV | 133.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 109 | 0 | 0.22 | 0.32 | 0.37 | 18.46 | 0.22 | 0.53 |
| Hex | A1 | 7D | 6D | 0 | 16 | 20 | 25 | 12 | 16 | 35 |
| Octal | 241 | 175 | 155 | 0 | 26 | 40 | 45 | 22 | 26 | 65 |
| Binary | 10100001 | 1111101 | 1101101 | 0 | 10110 | 100000 | 100101 | 10010 | 10110 | 110101 |
Color Harmonies of #A17D6D
Complementary color
Monochromatic Colors of #A17D6D
Black with #A17D6D
Text Example
Text Example
White with #A17D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D6D; }
p { color: rgb(161,125,109); }
H1.HeaderClassName
{
color: #A17D6D;
}
.AnyTagClassName
{
color: #A17D6D;
}
</style>
background-color css
<style>
a { background-color: #A17D6D; }
a { background-color: rgb(161,125,109); }
div.DivClassName
{
background-color: #A17D6D;
}
.BgClassName
{
background-color: #A17D6D;
}
</style>
border-color css
<style>
span { border-color: #A17D6D; }
span { border-color: rgb(161,125,109); }
td.TdClassName
{
border-color: #A17D6D;
}
.TagClassName
{
border-color: #A17D6D;
}
</style>