Shades of Medium Wood #AB7F60
Tints of Medium Wood #AB7F60
RGB
CMYK
RGB Variations
Color information
#AB7F60 (or 0xAB7F60) is known color: Medium Wood. HEX triplet: AB, 7F and 60. RGB value is (171,127,96). Sum of RGB (Red+Green+Blue) = 171+127+96=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F60 is #54809F. Grayscale: #888888. Windows color (decimal): -5537952 or 6324139. OLE color: 6324139.
HSL color Cylindrical-coordinate representation of color #AB7F60: hue angle of 24.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7F60 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 96 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.33 |
| HSL | 24.8º | 0.31% | 0.52% | - |
| HSV(B) | 24.8º | 0.44% | 0.67% | - |
| XYZ | 26.5 | 24.68 | 14.43 | - |
| YUV | 136.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 96 | 0 | 0.26 | 0.44 | 0.33 | 24.8 | 0.31 | 0.52 |
| Hex | AB | 7F | 60 | 0 | 1A | 2C | 21 | 19 | 1F | 34 |
| Octal | 253 | 177 | 140 | 0 | 32 | 54 | 41 | 31 | 37 | 64 |
| Binary | 10101011 | 1111111 | 1100000 | 0 | 11010 | 101100 | 100001 | 11001 | 11111 | 110100 |
Color Harmonies of #AB7F60
Complementary color
Monochromatic Colors of #AB7F60
Black with #AB7F60
Text Example
Text Example
White with #AB7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F60; }
p { color: rgb(171,127,96); }
H1.HeaderClassName
{
color: #AB7F60;
}
.AnyTagClassName
{
color: #AB7F60;
}
</style>
background-color css
<style>
a { background-color: #AB7F60; }
a { background-color: rgb(171,127,96); }
div.DivClassName
{
background-color: #AB7F60;
}
.BgClassName
{
background-color: #AB7F60;
}
</style>
border-color css
<style>
span { border-color: #AB7F60; }
span { border-color: rgb(171,127,96); }
td.TdClassName
{
border-color: #AB7F60;
}
.TagClassName
{
border-color: #AB7F60;
}
</style>