Shades of Hemp #A17B73
Tints of Hemp #A17B73
RGB
CMYK
RGB Variations
Color information
#A17B73 (or 0xA17B73) is known color: Hemp. HEX triplet: A1, 7B and 73. RGB value is (161,123,115). Sum of RGB (Red+Green+Blue) = 161+123+115=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B73 is #5E848C. Grayscale: #858585. Windows color (decimal): -6194317 or 7568289. OLE color: 7568289.
HSL color Cylindrical-coordinate representation of color #A17B73: hue angle of 10.43º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17B73 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 115 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.37 |
| HSL | 10.43º | 0.2% | 0.54% | - |
| HSV(B) | 10.43º | 0.29% | 0.63% | - |
| XYZ | 24.88 | 22.98 | 19.34 | - |
| YUV | 133.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 115 | 0 | 0.24 | 0.29 | 0.37 | 10.43 | 0.2 | 0.54 |
| Hex | A1 | 7B | 73 | 0 | 18 | 1D | 25 | A | 14 | 36 |
| Octal | 241 | 173 | 163 | 0 | 30 | 35 | 45 | 12 | 24 | 66 |
| Binary | 10100001 | 1111011 | 1110011 | 0 | 11000 | 11101 | 100101 | 1010 | 10100 | 110110 |
Color Harmonies of #A17B73
Complementary color
Monochromatic Colors of #A17B73
Black with #A17B73
Text Example
Text Example
White with #A17B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B73; }
p { color: rgb(161,123,115); }
H1.HeaderClassName
{
color: #A17B73;
}
.AnyTagClassName
{
color: #A17B73;
}
</style>
background-color css
<style>
a { background-color: #A17B73; }
a { background-color: rgb(161,123,115); }
div.DivClassName
{
background-color: #A17B73;
}
.BgClassName
{
background-color: #A17B73;
}
</style>
border-color css
<style>
span { border-color: #A17B73; }
span { border-color: rgb(161,123,115); }
td.TdClassName
{
border-color: #A17B73;
}
.TagClassName
{
border-color: #A17B73;
}
</style>