Shades of Hemp #A1796A
Tints of Hemp #A1796A
RGB
CMYK
RGB Variations
Color information
#A1796A (or 0xA1796A) is known color: Hemp. HEX triplet: A1, 79 and 6A. RGB value is (161,121,106). Sum of RGB (Red+Green+Blue) = 161+121+106=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1796A is #5E8695. Grayscale: #838383. Windows color (decimal): -6194838 or 6977953. OLE color: 6977953.
HSL color Cylindrical-coordinate representation of color #A1796A: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1796A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 106 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.37 |
| HSL | 16.36º | 0.23% | 0.52% | - |
| HSV(B) | 16.36º | 0.34% | 0.63% | - |
| XYZ | 24.14 | 22.29 | 16.67 | - |
| YUV | 131.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 106 | 0 | 0.25 | 0.34 | 0.37 | 16.36 | 0.23 | 0.52 |
| Hex | A1 | 79 | 6A | 0 | 19 | 22 | 25 | 10 | 17 | 34 |
| Octal | 241 | 171 | 152 | 0 | 31 | 42 | 45 | 20 | 27 | 64 |
| Binary | 10100001 | 1111001 | 1101010 | 0 | 11001 | 100010 | 100101 | 10000 | 10111 | 110100 |
Color Harmonies of #A1796A
Complementary color
Monochromatic Colors of #A1796A
Black with #A1796A
Text Example
Text Example
White with #A1796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1796A; }
p { color: rgb(161,121,106); }
H1.HeaderClassName
{
color: #A1796A;
}
.AnyTagClassName
{
color: #A1796A;
}
</style>
background-color css
<style>
a { background-color: #A1796A; }
a { background-color: rgb(161,121,106); }
div.DivClassName
{
background-color: #A1796A;
}
.BgClassName
{
background-color: #A1796A;
}
</style>
border-color css
<style>
span { border-color: #A1796A; }
span { border-color: rgb(161,121,106); }
td.TdClassName
{
border-color: #A1796A;
}
.TagClassName
{
border-color: #A1796A;
}
</style>