Shades of Hemp #A4857C
Tints of Hemp #A4857C
RGB
CMYK
RGB Variations
Color information
#A4857C (or 0xA4857C) is known color: Hemp. HEX triplet: A4, 85 and 7C. RGB value is (164,133,124). Sum of RGB (Red+Green+Blue) = 164+133+124=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4857C is #5B7A83. Grayscale: #8D8D8D. Windows color (decimal): -5995140 or 8160676. OLE color: 8160676.
HSL color Cylindrical-coordinate representation of color #A4857C: hue angle of 13.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4857C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 124 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.36 |
| HSL | 13.5º | 0.18% | 0.56% | - |
| HSV(B) | 13.5º | 0.24% | 0.64% | - |
| XYZ | 27.34 | 26.12 | 22.67 | - |
| YUV | 141.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 124 | 0 | 0.19 | 0.24 | 0.36 | 13.5 | 0.18 | 0.56 |
| Hex | A4 | 85 | 7C | 0 | 13 | 18 | 24 | E | 12 | 38 |
| Octal | 244 | 205 | 174 | 0 | 23 | 30 | 44 | 16 | 22 | 70 |
| Binary | 10100100 | 10000101 | 1111100 | 0 | 10011 | 11000 | 100100 | 1110 | 10010 | 111000 |
Color Harmonies of #A4857C
Complementary color
Monochromatic Colors of #A4857C
Black with #A4857C
Text Example
Text Example
White with #A4857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4857C; }
p { color: rgb(164,133,124); }
H1.HeaderClassName
{
color: #A4857C;
}
.AnyTagClassName
{
color: #A4857C;
}
</style>
background-color css
<style>
a { background-color: #A4857C; }
a { background-color: rgb(164,133,124); }
div.DivClassName
{
background-color: #A4857C;
}
.BgClassName
{
background-color: #A4857C;
}
</style>
border-color css
<style>
span { border-color: #A4857C; }
span { border-color: rgb(164,133,124); }
td.TdClassName
{
border-color: #A4857C;
}
.TagClassName
{
border-color: #A4857C;
}
</style>