Shades of Hemp #A17D77
Tints of Hemp #A17D77
RGB
CMYK
RGB Variations
Color information
#A17D77 (or 0xA17D77) is known color: Hemp. HEX triplet: A1, 7D and 77. RGB value is (161,125,119). Sum of RGB (Red+Green+Blue) = 161+125+119=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D77 is #5E8288. Grayscale: #878787. Windows color (decimal): -6193801 or 7830945. OLE color: 7830945.
HSL color Cylindrical-coordinate representation of color #A17D77: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17D77 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 119 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.37 |
| HSL | 8.57º | 0.18% | 0.55% | - |
| HSV(B) | 8.57º | 0.26% | 0.63% | - |
| XYZ | 25.36 | 23.58 | 20.67 | - |
| YUV | 135.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 119 | 0 | 0.22 | 0.26 | 0.37 | 8.57 | 0.18 | 0.55 |
| Hex | A1 | 7D | 77 | 0 | 16 | 1A | 25 | 9 | 12 | 37 |
| Octal | 241 | 175 | 167 | 0 | 26 | 32 | 45 | 11 | 22 | 67 |
| Binary | 10100001 | 1111101 | 1110111 | 0 | 10110 | 11010 | 100101 | 1001 | 10010 | 110111 |
Color Harmonies of #A17D77
Complementary color
Monochromatic Colors of #A17D77
Black with #A17D77
Text Example
Text Example
White with #A17D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D77; }
p { color: rgb(161,125,119); }
H1.HeaderClassName
{
color: #A17D77;
}
.AnyTagClassName
{
color: #A17D77;
}
</style>
background-color css
<style>
a { background-color: #A17D77; }
a { background-color: rgb(161,125,119); }
div.DivClassName
{
background-color: #A17D77;
}
.BgClassName
{
background-color: #A17D77;
}
</style>
border-color css
<style>
span { border-color: #A17D77; }
span { border-color: rgb(161,125,119); }
td.TdClassName
{
border-color: #A17D77;
}
.TagClassName
{
border-color: #A17D77;
}
</style>