Shades of Medium Wood #AB8567
Tints of Medium Wood #AB8567
RGB
CMYK
RGB Variations
Color information
#AB8567 (or 0xAB8567) is known color: Medium Wood. HEX triplet: AB, 85 and 67. RGB value is (171,133,103). Sum of RGB (Red+Green+Blue) = 171+133+103=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8567 is #547A98. Grayscale: #8D8D8D. Windows color (decimal): -5536409 or 6784427. OLE color: 6784427.
HSL color Cylindrical-coordinate representation of color #AB8567: hue angle of 26.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8567 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 103 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.33 |
| HSL | 26.47º | 0.29% | 0.54% | - |
| HSV(B) | 26.47º | 0.4% | 0.67% | - |
| XYZ | 27.63 | 26.41 | 16.47 | - |
| YUV | 140.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 103 | 0 | 0.22 | 0.40 | 0.33 | 26.47 | 0.29 | 0.54 |
| Hex | AB | 85 | 67 | 0 | 16 | 28 | 21 | 1A | 1D | 36 |
| Octal | 253 | 205 | 147 | 0 | 26 | 50 | 41 | 32 | 35 | 66 |
| Binary | 10101011 | 10000101 | 1100111 | 0 | 10110 | 101000 | 100001 | 11010 | 11101 | 110110 |
Color Harmonies of #AB8567
Complementary color
Monochromatic Colors of #AB8567
Black with #AB8567
Text Example
Text Example
White with #AB8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8567; }
p { color: rgb(171,133,103); }
H1.HeaderClassName
{
color: #AB8567;
}
.AnyTagClassName
{
color: #AB8567;
}
</style>
background-color css
<style>
a { background-color: #AB8567; }
a { background-color: rgb(171,133,103); }
div.DivClassName
{
background-color: #AB8567;
}
.BgClassName
{
background-color: #AB8567;
}
</style>
border-color css
<style>
span { border-color: #AB8567; }
span { border-color: rgb(171,133,103); }
td.TdClassName
{
border-color: #AB8567;
}
.TagClassName
{
border-color: #AB8567;
}
</style>