Shades of Medium Wood #AB866D
Tints of Medium Wood #AB866D
RGB
CMYK
RGB Variations
Color information
#AB866D (or 0xAB866D) is known color: Medium Wood. HEX triplet: AB, 86 and 6D. RGB value is (171,134,109). Sum of RGB (Red+Green+Blue) = 171+134+109=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866D is #547992. Grayscale: #8E8E8E. Windows color (decimal): -5536147 or 7177899. OLE color: 7177899.
HSL color Cylindrical-coordinate representation of color #AB866D: hue angle of 24.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB866D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 109 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.33 |
| HSL | 24.19º | 0.27% | 0.55% | - |
| HSV(B) | 24.19º | 0.36% | 0.67% | - |
| XYZ | 28.08 | 26.81 | 18.16 | - |
| YUV | 142.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 109 | 0 | 0.22 | 0.36 | 0.33 | 24.19 | 0.27 | 0.55 |
| Hex | AB | 86 | 6D | 0 | 16 | 24 | 21 | 18 | 1B | 37 |
| Octal | 253 | 206 | 155 | 0 | 26 | 44 | 41 | 30 | 33 | 67 |
| Binary | 10101011 | 10000110 | 1101101 | 0 | 10110 | 100100 | 100001 | 11000 | 11011 | 110111 |
Color Harmonies of #AB866D
Complementary color
Monochromatic Colors of #AB866D
Black with #AB866D
Text Example
Text Example
White with #AB866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB866D; }
p { color: rgb(171,134,109); }
H1.HeaderClassName
{
color: #AB866D;
}
.AnyTagClassName
{
color: #AB866D;
}
</style>
background-color css
<style>
a { background-color: #AB866D; }
a { background-color: rgb(171,134,109); }
div.DivClassName
{
background-color: #AB866D;
}
.BgClassName
{
background-color: #AB866D;
}
</style>
border-color css
<style>
span { border-color: #AB866D; }
span { border-color: rgb(171,134,109); }
td.TdClassName
{
border-color: #AB866D;
}
.TagClassName
{
border-color: #AB866D;
}
</style>