Shades of Hemp #A17C6C
Tints of Hemp #A17C6C
RGB
CMYK
RGB Variations
Color information
#A17C6C (or 0xA17C6C) is known color: Hemp. HEX triplet: A1, 7C and 6C. RGB value is (161,124,108). Sum of RGB (Red+Green+Blue) = 161+124+108=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C6C is #5E8393. Grayscale: #858585. Windows color (decimal): -6194068 or 7109793. OLE color: 7109793.
HSL color Cylindrical-coordinate representation of color #A17C6C: hue angle of 18.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17C6C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 108 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.37 |
| HSL | 18.11º | 0.22% | 0.53% | - |
| HSV(B) | 18.11º | 0.33% | 0.63% | - |
| XYZ | 24.61 | 23.08 | 17.34 | - |
| YUV | 133.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 108 | 0 | 0.23 | 0.33 | 0.37 | 18.11 | 0.22 | 0.53 |
| Hex | A1 | 7C | 6C | 0 | 17 | 21 | 25 | 12 | 16 | 35 |
| Octal | 241 | 174 | 154 | 0 | 27 | 41 | 45 | 22 | 26 | 65 |
| Binary | 10100001 | 1111100 | 1101100 | 0 | 10111 | 100001 | 100101 | 10010 | 10110 | 110101 |
Color Harmonies of #A17C6C
Complementary color
Monochromatic Colors of #A17C6C
Black with #A17C6C
Text Example
Text Example
White with #A17C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C6C; }
p { color: rgb(161,124,108); }
H1.HeaderClassName
{
color: #A17C6C;
}
.AnyTagClassName
{
color: #A17C6C;
}
</style>
background-color css
<style>
a { background-color: #A17C6C; }
a { background-color: rgb(161,124,108); }
div.DivClassName
{
background-color: #A17C6C;
}
.BgClassName
{
background-color: #A17C6C;
}
</style>
border-color css
<style>
span { border-color: #A17C6C; }
span { border-color: rgb(161,124,108); }
td.TdClassName
{
border-color: #A17C6C;
}
.TagClassName
{
border-color: #A17C6C;
}
</style>