Shades of Medium Wood #AB856D
Tints of Medium Wood #AB856D
RGB
CMYK
RGB Variations
Color information
#AB856D (or 0xAB856D) is known color: Medium Wood. HEX triplet: AB, 85 and 6D. RGB value is (171,133,109). Sum of RGB (Red+Green+Blue) = 171+133+109=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856D is #547A92. Grayscale: #8D8D8D. Windows color (decimal): -5536403 or 7177643. OLE color: 7177643.
HSL color Cylindrical-coordinate representation of color #AB856D: hue angle of 23.23º 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 #AB856D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 109 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.33 |
| HSL | 23.23º | 0.27% | 0.55% | - |
| HSV(B) | 23.23º | 0.36% | 0.67% | - |
| XYZ | 27.94 | 26.54 | 18.12 | - |
| YUV | 141.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 109 | 0 | 0.22 | 0.36 | 0.33 | 23.23 | 0.27 | 0.55 |
| Hex | AB | 85 | 6D | 0 | 16 | 24 | 21 | 17 | 1B | 37 |
| Octal | 253 | 205 | 155 | 0 | 26 | 44 | 41 | 27 | 33 | 67 |
| Binary | 10101011 | 10000101 | 1101101 | 0 | 10110 | 100100 | 100001 | 10111 | 11011 | 110111 |
Color Harmonies of #AB856D
Complementary color
Monochromatic Colors of #AB856D
Black with #AB856D
Text Example
Text Example
White with #AB856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB856D; }
p { color: rgb(171,133,109); }
H1.HeaderClassName
{
color: #AB856D;
}
.AnyTagClassName
{
color: #AB856D;
}
</style>
background-color css
<style>
a { background-color: #AB856D; }
a { background-color: rgb(171,133,109); }
div.DivClassName
{
background-color: #AB856D;
}
.BgClassName
{
background-color: #AB856D;
}
</style>
border-color css
<style>
span { border-color: #AB856D; }
span { border-color: rgb(171,133,109); }
td.TdClassName
{
border-color: #AB856D;
}
.TagClassName
{
border-color: #AB856D;
}
</style>