Shades of Hemp #A3857E
Tints of Hemp #A3857E
RGB
CMYK
RGB Variations
Color information
#A3857E (or 0xA3857E) is known color: Hemp. HEX triplet: A3, 85 and 7E. RGB value is (163,133,126). Sum of RGB (Red+Green+Blue) = 163+133+126=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857E is #5C7A81. Grayscale: #8D8D8D. Windows color (decimal): -6060674 or 8291747. OLE color: 8291747.
HSL color Cylindrical-coordinate representation of color #A3857E: hue angle of 11.35º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3857E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 126 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.36 |
| HSL | 11.35º | 0.17% | 0.57% | - |
| HSV(B) | 11.35º | 0.23% | 0.64% | - |
| XYZ | 27.26 | 26.07 | 23.33 | - |
| YUV | 141.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 126 | 0 | 0.18 | 0.23 | 0.36 | 11.35 | 0.17 | 0.57 |
| Hex | A3 | 85 | 7E | 0 | 12 | 17 | 24 | B | 11 | 39 |
| Octal | 243 | 205 | 176 | 0 | 22 | 27 | 44 | 13 | 21 | 71 |
| Binary | 10100011 | 10000101 | 1111110 | 0 | 10010 | 10111 | 100100 | 1011 | 10001 | 111001 |
Color Harmonies of #A3857E
Complementary color
Monochromatic Colors of #A3857E
Black with #A3857E
Text Example
Text Example
White with #A3857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3857E; }
p { color: rgb(163,133,126); }
H1.HeaderClassName
{
color: #A3857E;
}
.AnyTagClassName
{
color: #A3857E;
}
</style>
background-color css
<style>
a { background-color: #A3857E; }
a { background-color: rgb(163,133,126); }
div.DivClassName
{
background-color: #A3857E;
}
.BgClassName
{
background-color: #A3857E;
}
</style>
border-color css
<style>
span { border-color: #A3857E; }
span { border-color: rgb(163,133,126); }
td.TdClassName
{
border-color: #A3857E;
}
.TagClassName
{
border-color: #A3857E;
}
</style>