Shades of Medium Wood #AB7E60
Tints of Medium Wood #AB7E60
RGB
CMYK
RGB Variations
Color information
#AB7E60 (or 0xAB7E60) is known color: Medium Wood. HEX triplet: AB, 7E and 60. RGB value is (171,126,96). Sum of RGB (Red+Green+Blue) = 171+126+96=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E60 is #54819F. Grayscale: #888888. Windows color (decimal): -5538208 or 6323883. OLE color: 6323883.
HSL color Cylindrical-coordinate representation of color #AB7E60: hue angle of 24º 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 #AB7E60 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 96 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.33 |
| HSL | 24º | 0.31% | 0.52% | - |
| HSV(B) | 24º | 0.44% | 0.67% | - |
| XYZ | 26.37 | 24.42 | 14.39 | - |
| YUV | 136.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 96 | 0 | 0.26 | 0.44 | 0.33 | 24 | 0.31 | 0.52 |
| Hex | AB | 7E | 60 | 0 | 1A | 2C | 21 | 18 | 1F | 34 |
| Octal | 253 | 176 | 140 | 0 | 32 | 54 | 41 | 30 | 37 | 64 |
| Binary | 10101011 | 1111110 | 1100000 | 0 | 11010 | 101100 | 100001 | 11000 | 11111 | 110100 |
Color Harmonies of #AB7E60
Complementary color
Monochromatic Colors of #AB7E60
Black with #AB7E60
Text Example
Text Example
White with #AB7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E60; }
p { color: rgb(171,126,96); }
H1.HeaderClassName
{
color: #AB7E60;
}
.AnyTagClassName
{
color: #AB7E60;
}
</style>
background-color css
<style>
a { background-color: #AB7E60; }
a { background-color: rgb(171,126,96); }
div.DivClassName
{
background-color: #AB7E60;
}
.BgClassName
{
background-color: #AB7E60;
}
</style>
border-color css
<style>
span { border-color: #AB7E60; }
span { border-color: rgb(171,126,96); }
td.TdClassName
{
border-color: #AB7E60;
}
.TagClassName
{
border-color: #AB7E60;
}
</style>