Shades of Hemp #A1766C
Tints of Hemp #A1766C
RGB
CMYK
RGB Variations
Color information
#A1766C (or 0xA1766C) is known color: Hemp. HEX triplet: A1, 76 and 6C. RGB value is (161,118,108). Sum of RGB (Red+Green+Blue) = 161+118+108=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1766C is #5E8993. Grayscale: #818181. Windows color (decimal): -6195604 or 7108257. OLE color: 7108257.
HSL color Cylindrical-coordinate representation of color #A1766C: hue angle of 11.32º 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 #A1766C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 108 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.37 |
| HSL | 11.32º | 0.22% | 0.53% | - |
| HSV(B) | 11.32º | 0.33% | 0.63% | - |
| XYZ | 23.88 | 21.62 | 17.1 | - |
| YUV | 129.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 108 | 0 | 0.27 | 0.33 | 0.37 | 11.32 | 0.22 | 0.53 |
| Hex | A1 | 76 | 6C | 0 | 1B | 21 | 25 | B | 16 | 35 |
| Octal | 241 | 166 | 154 | 0 | 33 | 41 | 45 | 13 | 26 | 65 |
| Binary | 10100001 | 1110110 | 1101100 | 0 | 11011 | 100001 | 100101 | 1011 | 10110 | 110101 |
Color Harmonies of #A1766C
Complementary color
Monochromatic Colors of #A1766C
Black with #A1766C
Text Example
Text Example
White with #A1766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1766C; }
p { color: rgb(161,118,108); }
H1.HeaderClassName
{
color: #A1766C;
}
.AnyTagClassName
{
color: #A1766C;
}
</style>
background-color css
<style>
a { background-color: #A1766C; }
a { background-color: rgb(161,118,108); }
div.DivClassName
{
background-color: #A1766C;
}
.BgClassName
{
background-color: #A1766C;
}
</style>
border-color css
<style>
span { border-color: #A1766C; }
span { border-color: rgb(161,118,108); }
td.TdClassName
{
border-color: #A1766C;
}
.TagClassName
{
border-color: #A1766C;
}
</style>