Shades of Hemp #A4857A
Tints of Hemp #A4857A
RGB
CMYK
RGB Variations
Color information
#A4857A (or 0xA4857A) is known color: Hemp. HEX triplet: A4, 85 and 7A. RGB value is (164,133,122). Sum of RGB (Red+Green+Blue) = 164+133+122=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4857A is #5B7A85. Grayscale: #8D8D8D. Windows color (decimal): -5995142 or 8029604. OLE color: 8029604.
HSL color Cylindrical-coordinate representation of color #A4857A: hue angle of 15.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4857A is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 122 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.36 |
| HSL | 15.71º | 0.19% | 0.56% | - |
| HSV(B) | 15.71º | 0.26% | 0.64% | - |
| XYZ | 27.21 | 26.07 | 22.01 | - |
| YUV | 141.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 122 | 0 | 0.19 | 0.26 | 0.36 | 15.71 | 0.19 | 0.56 |
| Hex | A4 | 85 | 7A | 0 | 13 | 1A | 24 | 10 | 13 | 38 |
| Octal | 244 | 205 | 172 | 0 | 23 | 32 | 44 | 20 | 23 | 70 |
| Binary | 10100100 | 10000101 | 1111010 | 0 | 10011 | 11010 | 100100 | 10000 | 10011 | 111000 |
Color Harmonies of #A4857A
Complementary color
Monochromatic Colors of #A4857A
Black with #A4857A
Text Example
Text Example
White with #A4857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4857A; }
p { color: rgb(164,133,122); }
H1.HeaderClassName
{
color: #A4857A;
}
.AnyTagClassName
{
color: #A4857A;
}
</style>
background-color css
<style>
a { background-color: #A4857A; }
a { background-color: rgb(164,133,122); }
div.DivClassName
{
background-color: #A4857A;
}
.BgClassName
{
background-color: #A4857A;
}
</style>
border-color css
<style>
span { border-color: #A4857A; }
span { border-color: rgb(164,133,122); }
td.TdClassName
{
border-color: #A4857A;
}
.TagClassName
{
border-color: #A4857A;
}
</style>