Shades of Hemp #A88171
Tints of Hemp #A88171
RGB
CMYK
RGB Variations
Color information
#A88171 (or 0xA88171) is known color: Hemp. HEX triplet: A8, 81 and 71. RGB value is (168,129,113). Sum of RGB (Red+Green+Blue) = 168+129+113=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A88171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88171 is #577E8E. Grayscale: #8A8A8A. Windows color (decimal): -5734031 or 7438760. OLE color: 7438760.
HSL color Cylindrical-coordinate representation of color #A88171: hue angle of 17.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88171 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 113 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.34 |
| HSL | 17.45º | 0.24% | 0.55% | - |
| HSV(B) | 17.45º | 0.33% | 0.66% | - |
| XYZ | 26.98 | 25.22 | 19.07 | - |
| YUV | 138.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 113 | 0 | 0.23 | 0.33 | 0.34 | 17.45 | 0.24 | 0.55 |
| Hex | A8 | 81 | 71 | 0 | 17 | 21 | 22 | 11 | 18 | 37 |
| Octal | 250 | 201 | 161 | 0 | 27 | 41 | 42 | 21 | 30 | 67 |
| Binary | 10101000 | 10000001 | 1110001 | 0 | 10111 | 100001 | 100010 | 10001 | 11000 | 110111 |
Color Harmonies of #A88171
Complementary color
Monochromatic Colors of #A88171
Black with #A88171
Text Example
Text Example
White with #A88171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88171; }
p { color: rgb(168,129,113); }
H1.HeaderClassName
{
color: #A88171;
}
.AnyTagClassName
{
color: #A88171;
}
</style>
background-color css
<style>
a { background-color: #A88171; }
a { background-color: rgb(168,129,113); }
div.DivClassName
{
background-color: #A88171;
}
.BgClassName
{
background-color: #A88171;
}
</style>
border-color css
<style>
span { border-color: #A88171; }
span { border-color: rgb(168,129,113); }
td.TdClassName
{
border-color: #A88171;
}
.TagClassName
{
border-color: #A88171;
}
</style>