Shades of Hemp #A17D6E
Tints of Hemp #A17D6E
RGB
CMYK
RGB Variations
Color information
#A17D6E (or 0xA17D6E) is known color: Hemp. HEX triplet: A1, 7D and 6E. RGB value is (161,125,110). Sum of RGB (Red+Green+Blue) = 161+125+110=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D6E is #5E8291. Grayscale: #868686. Windows color (decimal): -6193810 or 7241121. OLE color: 7241121.
HSL color Cylindrical-coordinate representation of color #A17D6E: hue angle of 17.65º degrees, saturation: 0.21, 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 #A17D6E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 110 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.37 |
| HSL | 17.65º | 0.21% | 0.53% | - |
| HSV(B) | 17.65º | 0.32% | 0.63% | - |
| XYZ | 24.85 | 23.37 | 17.95 | - |
| YUV | 134.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 110 | 0 | 0.22 | 0.32 | 0.37 | 17.65 | 0.21 | 0.53 |
| Hex | A1 | 7D | 6E | 0 | 16 | 20 | 25 | 12 | 15 | 35 |
| Octal | 241 | 175 | 156 | 0 | 26 | 40 | 45 | 22 | 25 | 65 |
| Binary | 10100001 | 1111101 | 1101110 | 0 | 10110 | 100000 | 100101 | 10010 | 10101 | 110101 |
Color Harmonies of #A17D6E
Complementary color
Monochromatic Colors of #A17D6E
Black with #A17D6E
Text Example
Text Example
White with #A17D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D6E; }
p { color: rgb(161,125,110); }
H1.HeaderClassName
{
color: #A17D6E;
}
.AnyTagClassName
{
color: #A17D6E;
}
</style>
background-color css
<style>
a { background-color: #A17D6E; }
a { background-color: rgb(161,125,110); }
div.DivClassName
{
background-color: #A17D6E;
}
.BgClassName
{
background-color: #A17D6E;
}
</style>
border-color css
<style>
span { border-color: #A17D6E; }
span { border-color: rgb(161,125,110); }
td.TdClassName
{
border-color: #A17D6E;
}
.TagClassName
{
border-color: #A17D6E;
}
</style>