Shades of Medium Wood #AB8470
Tints of Medium Wood #AB8470
RGB
CMYK
RGB Variations
Color information
#AB8470 (or 0xAB8470) is known color: Medium Wood. HEX triplet: AB, 84 and 70. RGB value is (171,132,112). Sum of RGB (Red+Green+Blue) = 171+132+112=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8470 is #547B8F. Grayscale: #8D8D8D. Windows color (decimal): -5536656 or 7373995. OLE color: 7373995.
HSL color Cylindrical-coordinate representation of color #AB8470: hue angle of 20.34º 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 #AB8470 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 112 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.33 |
| HSL | 20.34º | 0.26% | 0.55% | - |
| HSV(B) | 20.34º | 0.35% | 0.67% | - |
| XYZ | 27.97 | 26.33 | 18.94 | - |
| YUV | 141.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 112 | 0 | 0.23 | 0.35 | 0.33 | 20.34 | 0.26 | 0.55 |
| Hex | AB | 84 | 70 | 0 | 17 | 23 | 21 | 14 | 1A | 37 |
| Octal | 253 | 204 | 160 | 0 | 27 | 43 | 41 | 24 | 32 | 67 |
| Binary | 10101011 | 10000100 | 1110000 | 0 | 10111 | 100011 | 100001 | 10100 | 11010 | 110111 |
Color Harmonies of #AB8470
Complementary color
Monochromatic Colors of #AB8470
Black with #AB8470
Text Example
Text Example
White with #AB8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8470; }
p { color: rgb(171,132,112); }
H1.HeaderClassName
{
color: #AB8470;
}
.AnyTagClassName
{
color: #AB8470;
}
</style>
background-color css
<style>
a { background-color: #AB8470; }
a { background-color: rgb(171,132,112); }
div.DivClassName
{
background-color: #AB8470;
}
.BgClassName
{
background-color: #AB8470;
}
</style>
border-color css
<style>
span { border-color: #AB8470; }
span { border-color: rgb(171,132,112); }
td.TdClassName
{
border-color: #AB8470;
}
.TagClassName
{
border-color: #AB8470;
}
</style>