Shades of Hemp #A1857E
Tints of Hemp #A1857E
RGB
CMYK
RGB Variations
Color information
#A1857E (or 0xA1857E) is known color: Hemp. HEX triplet: A1, 85 and 7E. RGB value is (161,133,126). Sum of RGB (Red+Green+Blue) = 161+133+126=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1857E is #5E7A81. Grayscale: #8C8C8C. Windows color (decimal): -6191746 or 8291745. OLE color: 8291745.
HSL color Cylindrical-coordinate representation of color #A1857E: hue angle of 12º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1857E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 126 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.37 |
| HSL | 12º | 0.16% | 0.56% | - |
| HSV(B) | 12º | 0.22% | 0.63% | - |
| XYZ | 26.85 | 25.86 | 23.31 | - |
| YUV | 140.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 126 | 0 | 0.17 | 0.22 | 0.37 | 12 | 0.16 | 0.56 |
| Hex | A1 | 85 | 7E | 0 | 11 | 16 | 25 | C | 10 | 38 |
| Octal | 241 | 205 | 176 | 0 | 21 | 26 | 45 | 14 | 20 | 70 |
| Binary | 10100001 | 10000101 | 1111110 | 0 | 10001 | 10110 | 100101 | 1100 | 10000 | 111000 |
Color Harmonies of #A1857E
Complementary color
Monochromatic Colors of #A1857E
Black with #A1857E
Text Example
Text Example
White with #A1857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1857E; }
p { color: rgb(161,133,126); }
H1.HeaderClassName
{
color: #A1857E;
}
.AnyTagClassName
{
color: #A1857E;
}
</style>
background-color css
<style>
a { background-color: #A1857E; }
a { background-color: rgb(161,133,126); }
div.DivClassName
{
background-color: #A1857E;
}
.BgClassName
{
background-color: #A1857E;
}
</style>
border-color css
<style>
span { border-color: #A1857E; }
span { border-color: rgb(161,133,126); }
td.TdClassName
{
border-color: #A1857E;
}
.TagClassName
{
border-color: #A1857E;
}
</style>