Shades of Medium Wood #AB7F6C
Tints of Medium Wood #AB7F6C
RGB
CMYK
RGB Variations
Color information
#AB7F6C (or 0xAB7F6C) is known color: Medium Wood. HEX triplet: AB, 7F and 6C. RGB value is (171,127,108). Sum of RGB (Red+Green+Blue) = 171+127+108=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F6C is #548093. Grayscale: #8A8A8A. Windows color (decimal): -5537940 or 7110571. OLE color: 7110571.
HSL color Cylindrical-coordinate representation of color #AB7F6C: hue angle of 18.1º 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 #AB7F6C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 108 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.33 |
| HSL | 18.1º | 0.27% | 0.55% | - |
| HSV(B) | 18.1º | 0.37% | 0.67% | - |
| XYZ | 27.09 | 24.92 | 17.57 | - |
| YUV | 137.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 108 | 0 | 0.26 | 0.37 | 0.33 | 18.1 | 0.27 | 0.55 |
| Hex | AB | 7F | 6C | 0 | 1A | 25 | 21 | 12 | 1B | 37 |
| Octal | 253 | 177 | 154 | 0 | 32 | 45 | 41 | 22 | 33 | 67 |
| Binary | 10101011 | 1111111 | 1101100 | 0 | 11010 | 100101 | 100001 | 10010 | 11011 | 110111 |
Color Harmonies of #AB7F6C
Complementary color
Monochromatic Colors of #AB7F6C
Black with #AB7F6C
Text Example
Text Example
White with #AB7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F6C; }
p { color: rgb(171,127,108); }
H1.HeaderClassName
{
color: #AB7F6C;
}
.AnyTagClassName
{
color: #AB7F6C;
}
</style>
background-color css
<style>
a { background-color: #AB7F6C; }
a { background-color: rgb(171,127,108); }
div.DivClassName
{
background-color: #AB7F6C;
}
.BgClassName
{
background-color: #AB7F6C;
}
</style>
border-color css
<style>
span { border-color: #AB7F6C; }
span { border-color: rgb(171,127,108); }
td.TdClassName
{
border-color: #AB7F6C;
}
.TagClassName
{
border-color: #AB7F6C;
}
</style>