Shades of Hemp #A1796E
Tints of Hemp #A1796E
RGB
CMYK
RGB Variations
Color information
#A1796E (or 0xA1796E) is known color: Hemp. HEX triplet: A1, 79 and 6E. RGB value is (161,121,110). Sum of RGB (Red+Green+Blue) = 161+121+110=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1796E is #5E8691. Grayscale: #838383. Windows color (decimal): -6194834 or 7240097. OLE color: 7240097.
HSL color Cylindrical-coordinate representation of color #A1796E: hue angle of 12.94º 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 #A1796E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 110 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.37 |
| HSL | 12.94º | 0.21% | 0.53% | - |
| HSV(B) | 12.94º | 0.32% | 0.63% | - |
| XYZ | 24.35 | 22.38 | 17.79 | - |
| YUV | 131.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 110 | 0 | 0.25 | 0.32 | 0.37 | 12.94 | 0.21 | 0.53 |
| Hex | A1 | 79 | 6E | 0 | 19 | 20 | 25 | D | 15 | 35 |
| Octal | 241 | 171 | 156 | 0 | 31 | 40 | 45 | 15 | 25 | 65 |
| Binary | 10100001 | 1111001 | 1101110 | 0 | 11001 | 100000 | 100101 | 1101 | 10101 | 110101 |
Color Harmonies of #A1796E
Complementary color
Monochromatic Colors of #A1796E
Black with #A1796E
Text Example
Text Example
White with #A1796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1796E; }
p { color: rgb(161,121,110); }
H1.HeaderClassName
{
color: #A1796E;
}
.AnyTagClassName
{
color: #A1796E;
}
</style>
background-color css
<style>
a { background-color: #A1796E; }
a { background-color: rgb(161,121,110); }
div.DivClassName
{
background-color: #A1796E;
}
.BgClassName
{
background-color: #A1796E;
}
</style>
border-color css
<style>
span { border-color: #A1796E; }
span { border-color: rgb(161,121,110); }
td.TdClassName
{
border-color: #A1796E;
}
.TagClassName
{
border-color: #A1796E;
}
</style>