Shades of Medium Wood #AB8568
Tints of Medium Wood #AB8568
RGB
CMYK
RGB Variations
Color information
#AB8568 (or 0xAB8568) is known color: Medium Wood. HEX triplet: AB, 85 and 68. RGB value is (171,133,104). Sum of RGB (Red+Green+Blue) = 171+133+104=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8568 is #547A97. Grayscale: #8D8D8D. Windows color (decimal): -5536408 or 6849963. OLE color: 6849963.
HSL color Cylindrical-coordinate representation of color #AB8568: hue angle of 25.97º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8568 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 104 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.33 |
| HSL | 25.97º | 0.29% | 0.54% | - |
| HSV(B) | 25.97º | 0.39% | 0.67% | - |
| XYZ | 27.68 | 26.43 | 16.74 | - |
| YUV | 141.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 104 | 0 | 0.22 | 0.39 | 0.33 | 25.97 | 0.29 | 0.54 |
| Hex | AB | 85 | 68 | 0 | 16 | 27 | 21 | 1A | 1D | 36 |
| Octal | 253 | 205 | 150 | 0 | 26 | 47 | 41 | 32 | 35 | 66 |
| Binary | 10101011 | 10000101 | 1101000 | 0 | 10110 | 100111 | 100001 | 11010 | 11101 | 110110 |
Color Harmonies of #AB8568
Complementary color
Monochromatic Colors of #AB8568
Black with #AB8568
Text Example
Text Example
White with #AB8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8568; }
p { color: rgb(171,133,104); }
H1.HeaderClassName
{
color: #AB8568;
}
.AnyTagClassName
{
color: #AB8568;
}
</style>
background-color css
<style>
a { background-color: #AB8568; }
a { background-color: rgb(171,133,104); }
div.DivClassName
{
background-color: #AB8568;
}
.BgClassName
{
background-color: #AB8568;
}
</style>
border-color css
<style>
span { border-color: #AB8568; }
span { border-color: rgb(171,133,104); }
td.TdClassName
{
border-color: #AB8568;
}
.TagClassName
{
border-color: #AB8568;
}
</style>