Shades of Hemp #A17A73
Tints of Hemp #A17A73
RGB
CMYK
RGB Variations
Color information
#A17A73 (or 0xA17A73) is known color: Hemp. HEX triplet: A1, 7A and 73. RGB value is (161,122,115). Sum of RGB (Red+Green+Blue) = 161+122+115=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A73 is #5E858C. Grayscale: #848484. Windows color (decimal): -6194573 or 7568033. OLE color: 7568033.
HSL color Cylindrical-coordinate representation of color #A17A73: hue angle of 9.13º 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 #A17A73 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 115 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.37 |
| HSL | 9.13º | 0.2% | 0.54% | - |
| HSV(B) | 9.13º | 0.29% | 0.63% | - |
| XYZ | 24.75 | 22.73 | 19.3 | - |
| YUV | 132.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 115 | 0 | 0.24 | 0.29 | 0.37 | 9.13 | 0.2 | 0.54 |
| Hex | A1 | 7A | 73 | 0 | 18 | 1D | 25 | 9 | 14 | 36 |
| Octal | 241 | 172 | 163 | 0 | 30 | 35 | 45 | 11 | 24 | 66 |
| Binary | 10100001 | 1111010 | 1110011 | 0 | 11000 | 11101 | 100101 | 1001 | 10100 | 110110 |
Color Harmonies of #A17A73
Complementary color
Monochromatic Colors of #A17A73
Black with #A17A73
Text Example
Text Example
White with #A17A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A73; }
p { color: rgb(161,122,115); }
H1.HeaderClassName
{
color: #A17A73;
}
.AnyTagClassName
{
color: #A17A73;
}
</style>
background-color css
<style>
a { background-color: #A17A73; }
a { background-color: rgb(161,122,115); }
div.DivClassName
{
background-color: #A17A73;
}
.BgClassName
{
background-color: #A17A73;
}
</style>
border-color css
<style>
span { border-color: #A17A73; }
span { border-color: rgb(161,122,115); }
td.TdClassName
{
border-color: #A17A73;
}
.TagClassName
{
border-color: #A17A73;
}
</style>