Shades of Hemp #A1786E
Tints of Hemp #A1786E
RGB
CMYK
RGB Variations
Color information
#A1786E (or 0xA1786E) is known color: Hemp. HEX triplet: A1, 78 and 6E. RGB value is (161,120,110). Sum of RGB (Red+Green+Blue) = 161+120+110=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1786E is #5E8791. Grayscale: #838383. Windows color (decimal): -6195090 or 7239841. OLE color: 7239841.
HSL color Cylindrical-coordinate representation of color #A1786E: hue angle of 11.76º 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 #A1786E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 110 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.37 |
| HSL | 11.76º | 0.21% | 0.53% | - |
| HSV(B) | 11.76º | 0.32% | 0.63% | - |
| XYZ | 24.23 | 22.14 | 17.75 | - |
| YUV | 131.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 110 | 0 | 0.25 | 0.32 | 0.37 | 11.76 | 0.21 | 0.53 |
| Hex | A1 | 78 | 6E | 0 | 19 | 20 | 25 | C | 15 | 35 |
| Octal | 241 | 170 | 156 | 0 | 31 | 40 | 45 | 14 | 25 | 65 |
| Binary | 10100001 | 1111000 | 1101110 | 0 | 11001 | 100000 | 100101 | 1100 | 10101 | 110101 |
Color Harmonies of #A1786E
Complementary color
Monochromatic Colors of #A1786E
Black with #A1786E
Text Example
Text Example
White with #A1786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1786E; }
p { color: rgb(161,120,110); }
H1.HeaderClassName
{
color: #A1786E;
}
.AnyTagClassName
{
color: #A1786E;
}
</style>
background-color css
<style>
a { background-color: #A1786E; }
a { background-color: rgb(161,120,110); }
div.DivClassName
{
background-color: #A1786E;
}
.BgClassName
{
background-color: #A1786E;
}
</style>
border-color css
<style>
span { border-color: #A1786E; }
span { border-color: rgb(161,120,110); }
td.TdClassName
{
border-color: #A1786E;
}
.TagClassName
{
border-color: #A1786E;
}
</style>