Shades of Hemp #A4817A
Tints of Hemp #A4817A
RGB
CMYK
RGB Variations
Color information
#A4817A (or 0xA4817A) is known color: Hemp. HEX triplet: A4, 81 and 7A. RGB value is (164,129,122). Sum of RGB (Red+Green+Blue) = 164+129+122=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4817A is #5B7E85. Grayscale: #8A8A8A. Windows color (decimal): -5996166 or 8028580. OLE color: 8028580.
HSL color Cylindrical-coordinate representation of color #A4817A: hue angle of 10º 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 #A4817A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 122 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.36 |
| HSL | 10º | 0.19% | 0.56% | - |
| HSV(B) | 10º | 0.26% | 0.64% | - |
| XYZ | 26.67 | 25 | 21.83 | - |
| YUV | 138.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 122 | 0 | 0.21 | 0.26 | 0.36 | 10 | 0.19 | 0.56 |
| Hex | A4 | 81 | 7A | 0 | 15 | 1A | 24 | A | 13 | 38 |
| Octal | 244 | 201 | 172 | 0 | 25 | 32 | 44 | 12 | 23 | 70 |
| Binary | 10100100 | 10000001 | 1111010 | 0 | 10101 | 11010 | 100100 | 1010 | 10011 | 111000 |
Color Harmonies of #A4817A
Complementary color
Monochromatic Colors of #A4817A
Black with #A4817A
Text Example
Text Example
White with #A4817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4817A; }
p { color: rgb(164,129,122); }
H1.HeaderClassName
{
color: #A4817A;
}
.AnyTagClassName
{
color: #A4817A;
}
</style>
background-color css
<style>
a { background-color: #A4817A; }
a { background-color: rgb(164,129,122); }
div.DivClassName
{
background-color: #A4817A;
}
.BgClassName
{
background-color: #A4817A;
}
</style>
border-color css
<style>
span { border-color: #A4817A; }
span { border-color: rgb(164,129,122); }
td.TdClassName
{
border-color: #A4817A;
}
.TagClassName
{
border-color: #A4817A;
}
</style>