Shades of Hemp #A17E6E
Tints of Hemp #A17E6E
RGB
CMYK
RGB Variations
Color information
#A17E6E (or 0xA17E6E) is known color: Hemp. HEX triplet: A1, 7E and 6E. RGB value is (161,126,110). Sum of RGB (Red+Green+Blue) = 161+126+110=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E6E is #5E8191. Grayscale: #868686. Windows color (decimal): -6193554 or 7241377. OLE color: 7241377.
HSL color Cylindrical-coordinate representation of color #A17E6E: hue angle of 18.82º 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 #A17E6E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 110 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.37 |
| HSL | 18.82º | 0.21% | 0.53% | - |
| HSV(B) | 18.82º | 0.32% | 0.63% | - |
| XYZ | 24.97 | 23.62 | 18 | - |
| YUV | 134.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 110 | 0 | 0.22 | 0.32 | 0.37 | 18.82 | 0.21 | 0.53 |
| Hex | A1 | 7E | 6E | 0 | 16 | 20 | 25 | 13 | 15 | 35 |
| Octal | 241 | 176 | 156 | 0 | 26 | 40 | 45 | 23 | 25 | 65 |
| Binary | 10100001 | 1111110 | 1101110 | 0 | 10110 | 100000 | 100101 | 10011 | 10101 | 110101 |
Color Harmonies of #A17E6E
Complementary color
Monochromatic Colors of #A17E6E
Black with #A17E6E
Text Example
Text Example
White with #A17E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E6E; }
p { color: rgb(161,126,110); }
H1.HeaderClassName
{
color: #A17E6E;
}
.AnyTagClassName
{
color: #A17E6E;
}
</style>
background-color css
<style>
a { background-color: #A17E6E; }
a { background-color: rgb(161,126,110); }
div.DivClassName
{
background-color: #A17E6E;
}
.BgClassName
{
background-color: #A17E6E;
}
</style>
border-color css
<style>
span { border-color: #A17E6E; }
span { border-color: rgb(161,126,110); }
td.TdClassName
{
border-color: #A17E6E;
}
.TagClassName
{
border-color: #A17E6E;
}
</style>