Shades of Medium Wood #AB856B
Tints of Medium Wood #AB856B
RGB
CMYK
RGB Variations
Color information
#AB856B (or 0xAB856B) is known color: Medium Wood. HEX triplet: AB, 85 and 6B. RGB value is (171,133,107). Sum of RGB (Red+Green+Blue) = 171+133+107=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856B is #547A94. Grayscale: #8D8D8D. Windows color (decimal): -5536405 or 7046571. OLE color: 7046571.
HSL color Cylindrical-coordinate representation of color #AB856B: hue angle of 24.38º 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 #AB856B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 107 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.33 |
| HSL | 24.38º | 0.28% | 0.55% | - |
| HSV(B) | 24.38º | 0.37% | 0.67% | - |
| XYZ | 27.84 | 26.49 | 17.56 | - |
| YUV | 141.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 107 | 0 | 0.22 | 0.37 | 0.33 | 24.38 | 0.28 | 0.55 |
| Hex | AB | 85 | 6B | 0 | 16 | 25 | 21 | 18 | 1C | 37 |
| Octal | 253 | 205 | 153 | 0 | 26 | 45 | 41 | 30 | 34 | 67 |
| Binary | 10101011 | 10000101 | 1101011 | 0 | 10110 | 100101 | 100001 | 11000 | 11100 | 110111 |
Color Harmonies of #AB856B
Complementary color
Monochromatic Colors of #AB856B
Black with #AB856B
Text Example
Text Example
White with #AB856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB856B; }
p { color: rgb(171,133,107); }
H1.HeaderClassName
{
color: #AB856B;
}
.AnyTagClassName
{
color: #AB856B;
}
</style>
background-color css
<style>
a { background-color: #AB856B; }
a { background-color: rgb(171,133,107); }
div.DivClassName
{
background-color: #AB856B;
}
.BgClassName
{
background-color: #AB856B;
}
</style>
border-color css
<style>
span { border-color: #AB856B; }
span { border-color: rgb(171,133,107); }
td.TdClassName
{
border-color: #AB856B;
}
.TagClassName
{
border-color: #AB856B;
}
</style>