Shades of Medium Wood #AB8563
Tints of Medium Wood #AB8563
RGB
CMYK
RGB Variations
Color information
#AB8563 (or 0xAB8563) is known color: Medium Wood. HEX triplet: AB, 85 and 63. RGB value is (171,133,99). Sum of RGB (Red+Green+Blue) = 171+133+99=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8563 is #547A9C. Grayscale: #8C8C8C. Windows color (decimal): -5536413 or 6522283. OLE color: 6522283.
HSL color Cylindrical-coordinate representation of color #AB8563: hue angle of 28.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8563 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 99 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.33 |
| HSL | 28.33º | 0.3% | 0.53% | - |
| HSV(B) | 28.33º | 0.42% | 0.67% | - |
| XYZ | 27.43 | 26.33 | 15.44 | - |
| YUV | 140.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 99 | 0 | 0.22 | 0.42 | 0.33 | 28.33 | 0.3 | 0.53 |
| Hex | AB | 85 | 63 | 0 | 16 | 2A | 21 | 1C | 1E | 35 |
| Octal | 253 | 205 | 143 | 0 | 26 | 52 | 41 | 34 | 36 | 65 |
| Binary | 10101011 | 10000101 | 1100011 | 0 | 10110 | 101010 | 100001 | 11100 | 11110 | 110101 |
Color Harmonies of #AB8563
Complementary color
Monochromatic Colors of #AB8563
Black with #AB8563
Text Example
Text Example
White with #AB8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8563; }
p { color: rgb(171,133,99); }
H1.HeaderClassName
{
color: #AB8563;
}
.AnyTagClassName
{
color: #AB8563;
}
</style>
background-color css
<style>
a { background-color: #AB8563; }
a { background-color: rgb(171,133,99); }
div.DivClassName
{
background-color: #AB8563;
}
.BgClassName
{
background-color: #AB8563;
}
</style>
border-color css
<style>
span { border-color: #AB8563; }
span { border-color: rgb(171,133,99); }
td.TdClassName
{
border-color: #AB8563;
}
.TagClassName
{
border-color: #AB8563;
}
</style>