Shades of Hemp #A3857A
Tints of Hemp #A3857A
RGB
CMYK
RGB Variations
Color information
#A3857A (or 0xA3857A) is known color: Hemp. HEX triplet: A3, 85 and 7A. RGB value is (163,133,122). Sum of RGB (Red+Green+Blue) = 163+133+122=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857A is #5C7A85. Grayscale: #8C8C8C. Windows color (decimal): -6060678 or 8029603. OLE color: 8029603.
HSL color Cylindrical-coordinate representation of color #A3857A: hue angle of 16.1º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3857A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 122 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.36 |
| HSL | 16.1º | 0.18% | 0.56% | - |
| HSV(B) | 16.1º | 0.25% | 0.64% | - |
| XYZ | 27 | 25.97 | 22 | - |
| YUV | 140.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 122 | 0 | 0.18 | 0.25 | 0.36 | 16.1 | 0.18 | 0.56 |
| Hex | A3 | 85 | 7A | 0 | 12 | 19 | 24 | 10 | 12 | 38 |
| Octal | 243 | 205 | 172 | 0 | 22 | 31 | 44 | 20 | 22 | 70 |
| Binary | 10100011 | 10000101 | 1111010 | 0 | 10010 | 11001 | 100100 | 10000 | 10010 | 111000 |
Color Harmonies of #A3857A
Complementary color
Monochromatic Colors of #A3857A
Black with #A3857A
Text Example
Text Example
White with #A3857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3857A; }
p { color: rgb(163,133,122); }
H1.HeaderClassName
{
color: #A3857A;
}
.AnyTagClassName
{
color: #A3857A;
}
</style>
background-color css
<style>
a { background-color: #A3857A; }
a { background-color: rgb(163,133,122); }
div.DivClassName
{
background-color: #A3857A;
}
.BgClassName
{
background-color: #A3857A;
}
</style>
border-color css
<style>
span { border-color: #A3857A; }
span { border-color: rgb(163,133,122); }
td.TdClassName
{
border-color: #A3857A;
}
.TagClassName
{
border-color: #A3857A;
}
</style>