Shades of Medium Wood #AB7C5D
Tints of Medium Wood #AB7C5D
RGB
CMYK
RGB Variations
Color information
#AB7C5D (or 0xAB7C5D) is known color: Medium Wood. HEX triplet: AB, 7C and 5D. RGB value is (171,124,93). Sum of RGB (Red+Green+Blue) = 171+124+93=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C5D is #5483A2. Grayscale: #868686. Windows color (decimal): -5538723 or 6126763. OLE color: 6126763.
HSL color Cylindrical-coordinate representation of color #AB7C5D: hue angle of 23.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7C5D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 93 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.33 |
| HSL | 23.85º | 0.32% | 0.52% | - |
| HSV(B) | 23.85º | 0.46% | 0.67% | - |
| XYZ | 25.98 | 23.86 | 13.59 | - |
| YUV | 134.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 93 | 0 | 0.27 | 0.46 | 0.33 | 23.85 | 0.32 | 0.52 |
| Hex | AB | 7C | 5D | 0 | 1B | 2E | 21 | 18 | 20 | 34 |
| Octal | 253 | 174 | 135 | 0 | 33 | 56 | 41 | 30 | 40 | 64 |
| Binary | 10101011 | 1111100 | 1011101 | 0 | 11011 | 101110 | 100001 | 11000 | 100000 | 110100 |
Color Harmonies of #AB7C5D
Complementary color
Monochromatic Colors of #AB7C5D
Black with #AB7C5D
Text Example
Text Example
White with #AB7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C5D; }
p { color: rgb(171,124,93); }
H1.HeaderClassName
{
color: #AB7C5D;
}
.AnyTagClassName
{
color: #AB7C5D;
}
</style>
background-color css
<style>
a { background-color: #AB7C5D; }
a { background-color: rgb(171,124,93); }
div.DivClassName
{
background-color: #AB7C5D;
}
.BgClassName
{
background-color: #AB7C5D;
}
</style>
border-color css
<style>
span { border-color: #AB7C5D; }
span { border-color: rgb(171,124,93); }
td.TdClassName
{
border-color: #AB7C5D;
}
.TagClassName
{
border-color: #AB7C5D;
}
</style>