Shades of Medium Wood #AB8570
Tints of Medium Wood #AB8570
RGB
CMYK
RGB Variations
Color information
#AB8570 (or 0xAB8570) is known color: Medium Wood. HEX triplet: AB, 85 and 70. RGB value is (171,133,112). Sum of RGB (Red+Green+Blue) = 171+133+112=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8570 is #547A8F. Grayscale: #8E8E8E. Windows color (decimal): -5536400 or 7374251. OLE color: 7374251.
HSL color Cylindrical-coordinate representation of color #AB8570: hue angle of 21.36º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8570 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 112 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.33 |
| HSL | 21.36º | 0.26% | 0.55% | - |
| HSV(B) | 21.36º | 0.35% | 0.67% | - |
| XYZ | 28.11 | 26.6 | 18.98 | - |
| YUV | 141.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 112 | 0 | 0.22 | 0.35 | 0.33 | 21.36 | 0.26 | 0.55 |
| Hex | AB | 85 | 70 | 0 | 16 | 23 | 21 | 15 | 1A | 37 |
| Octal | 253 | 205 | 160 | 0 | 26 | 43 | 41 | 25 | 32 | 67 |
| Binary | 10101011 | 10000101 | 1110000 | 0 | 10110 | 100011 | 100001 | 10101 | 11010 | 110111 |
Color Harmonies of #AB8570
Complementary color
Monochromatic Colors of #AB8570
Black with #AB8570
Text Example
Text Example
White with #AB8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8570; }
p { color: rgb(171,133,112); }
H1.HeaderClassName
{
color: #AB8570;
}
.AnyTagClassName
{
color: #AB8570;
}
</style>
background-color css
<style>
a { background-color: #AB8570; }
a { background-color: rgb(171,133,112); }
div.DivClassName
{
background-color: #AB8570;
}
.BgClassName
{
background-color: #AB8570;
}
</style>
border-color css
<style>
span { border-color: #AB8570; }
span { border-color: rgb(171,133,112); }
td.TdClassName
{
border-color: #AB8570;
}
.TagClassName
{
border-color: #AB8570;
}
</style>