Shades of Hemp #A17A70
Tints of Hemp #A17A70
RGB
CMYK
RGB Variations
Color information
#A17A70 (or 0xA17A70) is known color: Hemp. HEX triplet: A1, 7A and 70. RGB value is (161,122,112). Sum of RGB (Red+Green+Blue) = 161+122+112=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A70 is #5E858F. Grayscale: #848484. Windows color (decimal): -6194576 or 7371425. OLE color: 7371425.
HSL color Cylindrical-coordinate representation of color #A17A70: hue angle of 12.24º 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 #A17A70 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 112 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.37 |
| HSL | 12.24º | 0.21% | 0.54% | - |
| HSV(B) | 12.24º | 0.3% | 0.63% | - |
| XYZ | 24.58 | 22.67 | 18.41 | - |
| YUV | 132.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 112 | 0 | 0.24 | 0.30 | 0.37 | 12.24 | 0.21 | 0.54 |
| Hex | A1 | 7A | 70 | 0 | 18 | 1E | 25 | C | 15 | 36 |
| Octal | 241 | 172 | 160 | 0 | 30 | 36 | 45 | 14 | 25 | 66 |
| Binary | 10100001 | 1111010 | 1110000 | 0 | 11000 | 11110 | 100101 | 1100 | 10101 | 110110 |
Color Harmonies of #A17A70
Complementary color
Monochromatic Colors of #A17A70
Black with #A17A70
Text Example
Text Example
White with #A17A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A70; }
p { color: rgb(161,122,112); }
H1.HeaderClassName
{
color: #A17A70;
}
.AnyTagClassName
{
color: #A17A70;
}
</style>
background-color css
<style>
a { background-color: #A17A70; }
a { background-color: rgb(161,122,112); }
div.DivClassName
{
background-color: #A17A70;
}
.BgClassName
{
background-color: #A17A70;
}
</style>
border-color css
<style>
span { border-color: #A17A70; }
span { border-color: rgb(161,122,112); }
td.TdClassName
{
border-color: #A17A70;
}
.TagClassName
{
border-color: #A17A70;
}
</style>