Shades of Medium Wood #AB866B
Tints of Medium Wood #AB866B
RGB
CMYK
RGB Variations
Color information
#AB866B (or 0xAB866B) is known color: Medium Wood. HEX triplet: AB, 86 and 6B. RGB value is (171,134,107). Sum of RGB (Red+Green+Blue) = 171+134+107=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866B is #547994. Grayscale: #8E8E8E. Windows color (decimal): -5536149 or 7046827. OLE color: 7046827.
HSL color Cylindrical-coordinate representation of color #AB866B: hue angle of 25.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB866B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 107 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.33 |
| HSL | 25.31º | 0.28% | 0.55% | - |
| HSV(B) | 25.31º | 0.37% | 0.67% | - |
| XYZ | 27.97 | 26.77 | 17.6 | - |
| YUV | 141.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 107 | 0 | 0.22 | 0.37 | 0.33 | 25.31 | 0.28 | 0.55 |
| Hex | AB | 86 | 6B | 0 | 16 | 25 | 21 | 19 | 1C | 37 |
| Octal | 253 | 206 | 153 | 0 | 26 | 45 | 41 | 31 | 34 | 67 |
| Binary | 10101011 | 10000110 | 1101011 | 0 | 10110 | 100101 | 100001 | 11001 | 11100 | 110111 |
Color Harmonies of #AB866B
Complementary color
Monochromatic Colors of #AB866B
Black with #AB866B
Text Example
Text Example
White with #AB866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB866B; }
p { color: rgb(171,134,107); }
H1.HeaderClassName
{
color: #AB866B;
}
.AnyTagClassName
{
color: #AB866B;
}
</style>
background-color css
<style>
a { background-color: #AB866B; }
a { background-color: rgb(171,134,107); }
div.DivClassName
{
background-color: #AB866B;
}
.BgClassName
{
background-color: #AB866B;
}
</style>
border-color css
<style>
span { border-color: #AB866B; }
span { border-color: rgb(171,134,107); }
td.TdClassName
{
border-color: #AB866B;
}
.TagClassName
{
border-color: #AB866B;
}
</style>