Shades of Hemp #A4847A
Tints of Hemp #A4847A
RGB
CMYK
RGB Variations
Color information
#A4847A (or 0xA4847A) is known color: Hemp. HEX triplet: A4, 84 and 7A. RGB value is (164,132,122). Sum of RGB (Red+Green+Blue) = 164+132+122=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4847A is #5B7B85. Grayscale: #8C8C8C. Windows color (decimal): -5995398 or 8029348. OLE color: 8029348.
HSL color Cylindrical-coordinate representation of color #A4847A: hue angle of 14.29º 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 #A4847A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 122 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.36 |
| HSL | 14.29º | 0.19% | 0.56% | - |
| HSV(B) | 14.29º | 0.26% | 0.64% | - |
| XYZ | 27.07 | 25.8 | 21.97 | - |
| YUV | 140.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 122 | 0 | 0.20 | 0.26 | 0.36 | 14.29 | 0.19 | 0.56 |
| Hex | A4 | 84 | 7A | 0 | 14 | 1A | 24 | E | 13 | 38 |
| Octal | 244 | 204 | 172 | 0 | 24 | 32 | 44 | 16 | 23 | 70 |
| Binary | 10100100 | 10000100 | 1111010 | 0 | 10100 | 11010 | 100100 | 1110 | 10011 | 111000 |
Color Harmonies of #A4847A
Complementary color
Monochromatic Colors of #A4847A
Black with #A4847A
Text Example
Text Example
White with #A4847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4847A; }
p { color: rgb(164,132,122); }
H1.HeaderClassName
{
color: #A4847A;
}
.AnyTagClassName
{
color: #A4847A;
}
</style>
background-color css
<style>
a { background-color: #A4847A; }
a { background-color: rgb(164,132,122); }
div.DivClassName
{
background-color: #A4847A;
}
.BgClassName
{
background-color: #A4847A;
}
</style>
border-color css
<style>
span { border-color: #A4847A; }
span { border-color: rgb(164,132,122); }
td.TdClassName
{
border-color: #A4847A;
}
.TagClassName
{
border-color: #A4847A;
}
</style>