Shades of Medium Wood #AB856C
Tints of Medium Wood #AB856C
RGB
CMYK
RGB Variations
Color information
#AB856C (or 0xAB856C) is known color: Medium Wood. HEX triplet: AB, 85 and 6C. RGB value is (171,133,108). Sum of RGB (Red+Green+Blue) = 171+133+108=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856C is #547A93. Grayscale: #8D8D8D. Windows color (decimal): -5536404 or 7112107. OLE color: 7112107.
HSL color Cylindrical-coordinate representation of color #AB856C: hue angle of 23.81º degrees, saturation: 0.27, 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 #AB856C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 108 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.33 |
| HSL | 23.81º | 0.27% | 0.55% | - |
| HSV(B) | 23.81º | 0.37% | 0.67% | - |
| XYZ | 27.89 | 26.52 | 17.84 | - |
| YUV | 141.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 108 | 0 | 0.22 | 0.37 | 0.33 | 23.81 | 0.27 | 0.55 |
| Hex | AB | 85 | 6C | 0 | 16 | 25 | 21 | 18 | 1B | 37 |
| Octal | 253 | 205 | 154 | 0 | 26 | 45 | 41 | 30 | 33 | 67 |
| Binary | 10101011 | 10000101 | 1101100 | 0 | 10110 | 100101 | 100001 | 11000 | 11011 | 110111 |
Color Harmonies of #AB856C
Complementary color
Monochromatic Colors of #AB856C
Black with #AB856C
Text Example
Text Example
White with #AB856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB856C; }
p { color: rgb(171,133,108); }
H1.HeaderClassName
{
color: #AB856C;
}
.AnyTagClassName
{
color: #AB856C;
}
</style>
background-color css
<style>
a { background-color: #AB856C; }
a { background-color: rgb(171,133,108); }
div.DivClassName
{
background-color: #AB856C;
}
.BgClassName
{
background-color: #AB856C;
}
</style>
border-color css
<style>
span { border-color: #AB856C; }
span { border-color: rgb(171,133,108); }
td.TdClassName
{
border-color: #AB856C;
}
.TagClassName
{
border-color: #AB856C;
}
</style>