Shades of Hemp #A4837A
Tints of Hemp #A4837A
RGB
CMYK
RGB Variations
Color information
#A4837A (or 0xA4837A) is known color: Hemp. HEX triplet: A4, 83 and 7A. RGB value is (164,131,122). Sum of RGB (Red+Green+Blue) = 164+131+122=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4837A is #5B7C85. Grayscale: #8B8B8B. Windows color (decimal): -5995654 or 8029092. OLE color: 8029092.
HSL color Cylindrical-coordinate representation of color #A4837A: hue angle of 12.86º 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 #A4837A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 131 | 122 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.36 |
| HSL | 12.86º | 0.19% | 0.56% | - |
| HSV(B) | 12.86º | 0.26% | 0.64% | - |
| XYZ | 26.94 | 25.53 | 21.92 | - |
| YUV | 139.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 122 | 0 | 0.20 | 0.26 | 0.36 | 12.86 | 0.19 | 0.56 |
| Hex | A4 | 83 | 7A | 0 | 14 | 1A | 24 | D | 13 | 38 |
| Octal | 244 | 203 | 172 | 0 | 24 | 32 | 44 | 15 | 23 | 70 |
| Binary | 10100100 | 10000011 | 1111010 | 0 | 10100 | 11010 | 100100 | 1101 | 10011 | 111000 |
Color Harmonies of #A4837A
Complementary color
Monochromatic Colors of #A4837A
Black with #A4837A
Text Example
Text Example
White with #A4837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4837A; }
p { color: rgb(164,131,122); }
H1.HeaderClassName
{
color: #A4837A;
}
.AnyTagClassName
{
color: #A4837A;
}
</style>
background-color css
<style>
a { background-color: #A4837A; }
a { background-color: rgb(164,131,122); }
div.DivClassName
{
background-color: #A4837A;
}
.BgClassName
{
background-color: #A4837A;
}
</style>
border-color css
<style>
span { border-color: #A4837A; }
span { border-color: rgb(164,131,122); }
td.TdClassName
{
border-color: #A4837A;
}
.TagClassName
{
border-color: #A4837A;
}
</style>