Shades of Hemp #A3796C
Tints of Hemp #A3796C
RGB
CMYK
RGB Variations
Color information
#A3796C (or 0xA3796C) is known color: Hemp. HEX triplet: A3, 79 and 6C. RGB value is (163,121,108). Sum of RGB (Red+Green+Blue) = 163+121+108=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3796C is #5C8693. Grayscale: #848484. Windows color (decimal): -6063764 or 7109027. OLE color: 7109027.
HSL color Cylindrical-coordinate representation of color #A3796C: hue angle of 14.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3796C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 108 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.36 |
| HSL | 14.18º | 0.23% | 0.53% | - |
| HSV(B) | 14.18º | 0.34% | 0.64% | - |
| XYZ | 24.65 | 22.54 | 17.24 | - |
| YUV | 132.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 108 | 0 | 0.26 | 0.34 | 0.36 | 14.18 | 0.23 | 0.53 |
| Hex | A3 | 79 | 6C | 0 | 1A | 22 | 24 | E | 17 | 35 |
| Octal | 243 | 171 | 154 | 0 | 32 | 42 | 44 | 16 | 27 | 65 |
| Binary | 10100011 | 1111001 | 1101100 | 0 | 11010 | 100010 | 100100 | 1110 | 10111 | 110101 |
Color Harmonies of #A3796C
Complementary color
Monochromatic Colors of #A3796C
Black with #A3796C
Text Example
Text Example
White with #A3796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3796C; }
p { color: rgb(163,121,108); }
H1.HeaderClassName
{
color: #A3796C;
}
.AnyTagClassName
{
color: #A3796C;
}
</style>
background-color css
<style>
a { background-color: #A3796C; }
a { background-color: rgb(163,121,108); }
div.DivClassName
{
background-color: #A3796C;
}
.BgClassName
{
background-color: #A3796C;
}
</style>
border-color css
<style>
span { border-color: #A3796C; }
span { border-color: rgb(163,121,108); }
td.TdClassName
{
border-color: #A3796C;
}
.TagClassName
{
border-color: #A3796C;
}
</style>