Shades of Medium Wood #AB7F5D
Tints of Medium Wood #AB7F5D
RGB
CMYK
RGB Variations
Color information
#AB7F5D (or 0xAB7F5D) is known color: Medium Wood. HEX triplet: AB, 7F and 5D. RGB value is (171,127,93). Sum of RGB (Red+Green+Blue) = 171+127+93=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F5D is #5480A2. Grayscale: #888888. Windows color (decimal): -5537955 or 6127531. OLE color: 6127531.
HSL color Cylindrical-coordinate representation of color #AB7F5D: hue angle of 26.15º 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 #AB7F5D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 93 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.33 |
| HSL | 26.15º | 0.32% | 0.52% | - |
| HSV(B) | 26.15º | 0.46% | 0.67% | - |
| XYZ | 26.36 | 24.63 | 13.72 | - |
| YUV | 136.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 93 | 0 | 0.26 | 0.46 | 0.33 | 26.15 | 0.32 | 0.52 |
| Hex | AB | 7F | 5D | 0 | 1A | 2E | 21 | 1A | 20 | 34 |
| Octal | 253 | 177 | 135 | 0 | 32 | 56 | 41 | 32 | 40 | 64 |
| Binary | 10101011 | 1111111 | 1011101 | 0 | 11010 | 101110 | 100001 | 11010 | 100000 | 110100 |
Color Harmonies of #AB7F5D
Complementary color
Monochromatic Colors of #AB7F5D
Black with #AB7F5D
Text Example
Text Example
White with #AB7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F5D; }
p { color: rgb(171,127,93); }
H1.HeaderClassName
{
color: #AB7F5D;
}
.AnyTagClassName
{
color: #AB7F5D;
}
</style>
background-color css
<style>
a { background-color: #AB7F5D; }
a { background-color: rgb(171,127,93); }
div.DivClassName
{
background-color: #AB7F5D;
}
.BgClassName
{
background-color: #AB7F5D;
}
</style>
border-color css
<style>
span { border-color: #AB7F5D; }
span { border-color: rgb(171,127,93); }
td.TdClassName
{
border-color: #AB7F5D;
}
.TagClassName
{
border-color: #AB7F5D;
}
</style>