Shades of Hemp #A5796D
Tints of Hemp #A5796D
RGB
CMYK
RGB Variations
Color information
#A5796D (or 0xA5796D) is known color: Hemp. HEX triplet: A5, 79 and 6D. RGB value is (165,121,109). Sum of RGB (Red+Green+Blue) = 165+121+109=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796D is #5A8692. Grayscale: #848484. Windows color (decimal): -5932691 or 7174565. OLE color: 7174565.
HSL color Cylindrical-coordinate representation of color #A5796D: hue angle of 12.86º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5796D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 109 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.35 |
| HSL | 12.86º | 0.24% | 0.54% | - |
| HSV(B) | 12.86º | 0.34% | 0.65% | - |
| XYZ | 25.11 | 22.78 | 17.54 | - |
| YUV | 132.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 109 | 0 | 0.27 | 0.34 | 0.35 | 12.86 | 0.24 | 0.54 |
| Hex | A5 | 79 | 6D | 0 | 1B | 22 | 23 | D | 18 | 36 |
| Octal | 245 | 171 | 155 | 0 | 33 | 42 | 43 | 15 | 30 | 66 |
| Binary | 10100101 | 1111001 | 1101101 | 0 | 11011 | 100010 | 100011 | 1101 | 11000 | 110110 |
Color Harmonies of #A5796D
Complementary color
Monochromatic Colors of #A5796D
Black with #A5796D
Text Example
Text Example
White with #A5796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5796D; }
p { color: rgb(165,121,109); }
H1.HeaderClassName
{
color: #A5796D;
}
.AnyTagClassName
{
color: #A5796D;
}
</style>
background-color css
<style>
a { background-color: #A5796D; }
a { background-color: rgb(165,121,109); }
div.DivClassName
{
background-color: #A5796D;
}
.BgClassName
{
background-color: #A5796D;
}
</style>
border-color css
<style>
span { border-color: #A5796D; }
span { border-color: rgb(165,121,109); }
td.TdClassName
{
border-color: #A5796D;
}
.TagClassName
{
border-color: #A5796D;
}
</style>