Shades of Medium Wood #AB7C56
Tints of Medium Wood #AB7C56
RGB
CMYK
RGB Variations
Color information
#AB7C56 (or 0xAB7C56) is known color: Medium Wood. HEX triplet: AB, 7C and 56. RGB value is (171,124,86). Sum of RGB (Red+Green+Blue) = 171+124+86=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C56 is #5483A9. Grayscale: #858585. Windows color (decimal): -5538730 or 5668011. OLE color: 5668011.
HSL color Cylindrical-coordinate representation of color #AB7C56: hue angle of 26.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7C56 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 86 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.33 |
| HSL | 26.82º | 0.34% | 0.5% | - |
| HSV(B) | 26.82º | 0.5% | 0.67% | - |
| XYZ | 25.68 | 23.75 | 12.03 | - |
| YUV | 133.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 86 | 0 | 0.27 | 0.50 | 0.33 | 26.82 | 0.34 | 0.5 |
| Hex | AB | 7C | 56 | 0 | 1B | 32 | 21 | 1B | 22 | 32 |
| Octal | 253 | 174 | 126 | 0 | 33 | 62 | 41 | 33 | 42 | 62 |
| Binary | 10101011 | 1111100 | 1010110 | 0 | 11011 | 110010 | 100001 | 11011 | 100010 | 110010 |
Color Harmonies of #AB7C56
Complementary color
Monochromatic Colors of #AB7C56
Black with #AB7C56
Text Example
Text Example
White with #AB7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C56; }
p { color: rgb(171,124,86); }
H1.HeaderClassName
{
color: #AB7C56;
}
.AnyTagClassName
{
color: #AB7C56;
}
</style>
background-color css
<style>
a { background-color: #AB7C56; }
a { background-color: rgb(171,124,86); }
div.DivClassName
{
background-color: #AB7C56;
}
.BgClassName
{
background-color: #AB7C56;
}
</style>
border-color css
<style>
span { border-color: #AB7C56; }
span { border-color: rgb(171,124,86); }
td.TdClassName
{
border-color: #AB7C56;
}
.TagClassName
{
border-color: #AB7C56;
}
</style>