Shades of Hemp #A3847C
Tints of Hemp #A3847C
RGB
CMYK
RGB Variations
Color information
#A3847C (or 0xA3847C) is known color: Hemp. HEX triplet: A3, 84 and 7C. RGB value is (163,132,124). Sum of RGB (Red+Green+Blue) = 163+132+124=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3847C is #5C7B83. Grayscale: #8C8C8C. Windows color (decimal): -6060932 or 8160419. OLE color: 8160419.
HSL color Cylindrical-coordinate representation of color #A3847C: hue angle of 12.31º degrees, saturation: 0.17, 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 #A3847C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 124 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.36 |
| HSL | 12.31º | 0.17% | 0.56% | - |
| HSV(B) | 12.31º | 0.24% | 0.64% | - |
| XYZ | 26.99 | 25.74 | 22.62 | - |
| YUV | 140.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 124 | 0 | 0.19 | 0.24 | 0.36 | 12.31 | 0.17 | 0.56 |
| Hex | A3 | 84 | 7C | 0 | 13 | 18 | 24 | C | 11 | 38 |
| Octal | 243 | 204 | 174 | 0 | 23 | 30 | 44 | 14 | 21 | 70 |
| Binary | 10100011 | 10000100 | 1111100 | 0 | 10011 | 11000 | 100100 | 1100 | 10001 | 111000 |
Color Harmonies of #A3847C
Complementary color
Monochromatic Colors of #A3847C
Black with #A3847C
Text Example
Text Example
White with #A3847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3847C; }
p { color: rgb(163,132,124); }
H1.HeaderClassName
{
color: #A3847C;
}
.AnyTagClassName
{
color: #A3847C;
}
</style>
background-color css
<style>
a { background-color: #A3847C; }
a { background-color: rgb(163,132,124); }
div.DivClassName
{
background-color: #A3847C;
}
.BgClassName
{
background-color: #A3847C;
}
</style>
border-color css
<style>
span { border-color: #A3847C; }
span { border-color: rgb(163,132,124); }
td.TdClassName
{
border-color: #A3847C;
}
.TagClassName
{
border-color: #A3847C;
}
</style>