Shades of Medium Wood #AB8571
Tints of Medium Wood #AB8571
RGB
CMYK
RGB Variations
Color information
#AB8571 (or 0xAB8571) is known color: Medium Wood. HEX triplet: AB, 85 and 71. RGB value is (171,133,113). Sum of RGB (Red+Green+Blue) = 171+133+113=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8571 is #547A8E. Grayscale: #8E8E8E. Windows color (decimal): -5536399 or 7439787. OLE color: 7439787.
HSL color Cylindrical-coordinate representation of color #AB8571: hue angle of 20.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8571 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 113 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.33 |
| HSL | 20.69º | 0.26% | 0.56% | - |
| HSV(B) | 20.69º | 0.34% | 0.67% | - |
| XYZ | 28.16 | 26.63 | 19.28 | - |
| YUV | 142.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 113 | 0 | 0.22 | 0.34 | 0.33 | 20.69 | 0.26 | 0.56 |
| Hex | AB | 85 | 71 | 0 | 16 | 22 | 21 | 15 | 1A | 38 |
| Octal | 253 | 205 | 161 | 0 | 26 | 42 | 41 | 25 | 32 | 70 |
| Binary | 10101011 | 10000101 | 1110001 | 0 | 10110 | 100010 | 100001 | 10101 | 11010 | 111000 |
Color Harmonies of #AB8571
Complementary color
Monochromatic Colors of #AB8571
Black with #AB8571
Text Example
Text Example
White with #AB8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8571; }
p { color: rgb(171,133,113); }
H1.HeaderClassName
{
color: #AB8571;
}
.AnyTagClassName
{
color: #AB8571;
}
</style>
background-color css
<style>
a { background-color: #AB8571; }
a { background-color: rgb(171,133,113); }
div.DivClassName
{
background-color: #AB8571;
}
.BgClassName
{
background-color: #AB8571;
}
</style>
border-color css
<style>
span { border-color: #AB8571; }
span { border-color: rgb(171,133,113); }
td.TdClassName
{
border-color: #AB8571;
}
.TagClassName
{
border-color: #AB8571;
}
</style>