Shades of Medium Wood #AB8569
Tints of Medium Wood #AB8569
RGB
CMYK
RGB Variations
Color information
#AB8569 (or 0xAB8569) is known color: Medium Wood. HEX triplet: AB, 85 and 69. RGB value is (171,133,105). Sum of RGB (Red+Green+Blue) = 171+133+105=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8569 is #547A96. Grayscale: #8D8D8D. Windows color (decimal): -5536407 or 6915499. OLE color: 6915499.
HSL color Cylindrical-coordinate representation of color #AB8569: hue angle of 25.45º degrees, saturation: 0.28, 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 #AB8569 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 105 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.33 |
| HSL | 25.45º | 0.28% | 0.54% | - |
| HSV(B) | 25.45º | 0.39% | 0.67% | - |
| XYZ | 27.73 | 26.45 | 17.01 | - |
| YUV | 141.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 105 | 0 | 0.22 | 0.39 | 0.33 | 25.45 | 0.28 | 0.54 |
| Hex | AB | 85 | 69 | 0 | 16 | 27 | 21 | 19 | 1C | 36 |
| Octal | 253 | 205 | 151 | 0 | 26 | 47 | 41 | 31 | 34 | 66 |
| Binary | 10101011 | 10000101 | 1101001 | 0 | 10110 | 100111 | 100001 | 11001 | 11100 | 110110 |
Color Harmonies of #AB8569
Complementary color
Monochromatic Colors of #AB8569
Black with #AB8569
Text Example
Text Example
White with #AB8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8569; }
p { color: rgb(171,133,105); }
H1.HeaderClassName
{
color: #AB8569;
}
.AnyTagClassName
{
color: #AB8569;
}
</style>
background-color css
<style>
a { background-color: #AB8569; }
a { background-color: rgb(171,133,105); }
div.DivClassName
{
background-color: #AB8569;
}
.BgClassName
{
background-color: #AB8569;
}
</style>
border-color css
<style>
span { border-color: #AB8569; }
span { border-color: rgb(171,133,105); }
td.TdClassName
{
border-color: #AB8569;
}
.TagClassName
{
border-color: #AB8569;
}
</style>