Shades of Medium Wood #AB8564
Tints of Medium Wood #AB8564
RGB
CMYK
RGB Variations
Color information
#AB8564 (or 0xAB8564) is known color: Medium Wood. HEX triplet: AB, 85 and 64. RGB value is (171,133,100). Sum of RGB (Red+Green+Blue) = 171+133+100=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8564 is #547A9B. Grayscale: #8C8C8C. Windows color (decimal): -5536412 or 6587819. OLE color: 6587819.
HSL color Cylindrical-coordinate representation of color #AB8564: hue angle of 27.89º 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 #AB8564 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 100 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.33 |
| HSL | 27.89º | 0.3% | 0.53% | - |
| HSV(B) | 27.89º | 0.42% | 0.67% | - |
| XYZ | 27.48 | 26.35 | 15.69 | - |
| YUV | 140.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 100 | 0 | 0.22 | 0.42 | 0.33 | 27.89 | 0.3 | 0.53 |
| Hex | AB | 85 | 64 | 0 | 16 | 2A | 21 | 1C | 1E | 35 |
| Octal | 253 | 205 | 144 | 0 | 26 | 52 | 41 | 34 | 36 | 65 |
| Binary | 10101011 | 10000101 | 1100100 | 0 | 10110 | 101010 | 100001 | 11100 | 11110 | 110101 |
Color Harmonies of #AB8564
Complementary color
Monochromatic Colors of #AB8564
Black with #AB8564
Text Example
Text Example
White with #AB8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8564; }
p { color: rgb(171,133,100); }
H1.HeaderClassName
{
color: #AB8564;
}
.AnyTagClassName
{
color: #AB8564;
}
</style>
background-color css
<style>
a { background-color: #AB8564; }
a { background-color: rgb(171,133,100); }
div.DivClassName
{
background-color: #AB8564;
}
.BgClassName
{
background-color: #AB8564;
}
</style>
border-color css
<style>
span { border-color: #AB8564; }
span { border-color: rgb(171,133,100); }
td.TdClassName
{
border-color: #AB8564;
}
.TagClassName
{
border-color: #AB8564;
}
</style>