Shades of Hemp #A17F70
Tints of Hemp #A17F70
RGB
CMYK
RGB Variations
Color information
#A17F70 (or 0xA17F70) is known color: Hemp. HEX triplet: A1, 7F and 70. RGB value is (161,127,112). Sum of RGB (Red+Green+Blue) = 161+127+112=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F70 is #5E808F. Grayscale: #878787. Windows color (decimal): -6193296 or 7372705. OLE color: 7372705.
HSL color Cylindrical-coordinate representation of color #A17F70: hue angle of 18.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17F70 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 112 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.37 |
| HSL | 18.37º | 0.21% | 0.54% | - |
| HSV(B) | 18.37º | 0.3% | 0.63% | - |
| XYZ | 25.21 | 23.93 | 18.62 | - |
| YUV | 135.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 112 | 0 | 0.21 | 0.30 | 0.37 | 18.37 | 0.21 | 0.54 |
| Hex | A1 | 7F | 70 | 0 | 15 | 1E | 25 | 12 | 15 | 36 |
| Octal | 241 | 177 | 160 | 0 | 25 | 36 | 45 | 22 | 25 | 66 |
| Binary | 10100001 | 1111111 | 1110000 | 0 | 10101 | 11110 | 100101 | 10010 | 10101 | 110110 |
Color Harmonies of #A17F70
Complementary color
Monochromatic Colors of #A17F70
Black with #A17F70
Text Example
Text Example
White with #A17F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F70; }
p { color: rgb(161,127,112); }
H1.HeaderClassName
{
color: #A17F70;
}
.AnyTagClassName
{
color: #A17F70;
}
</style>
background-color css
<style>
a { background-color: #A17F70; }
a { background-color: rgb(161,127,112); }
div.DivClassName
{
background-color: #A17F70;
}
.BgClassName
{
background-color: #A17F70;
}
</style>
border-color css
<style>
span { border-color: #A17F70; }
span { border-color: rgb(161,127,112); }
td.TdClassName
{
border-color: #A17F70;
}
.TagClassName
{
border-color: #A17F70;
}
</style>