Shades of Medium Wood #AB7F62
Tints of Medium Wood #AB7F62
RGB
CMYK
RGB Variations
Color information
#AB7F62 (or 0xAB7F62) is known color: Medium Wood. HEX triplet: AB, 7F and 62. RGB value is (171,127,98). Sum of RGB (Red+Green+Blue) = 171+127+98=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F62 is #54809D. Grayscale: #898989. Windows color (decimal): -5537950 or 6455211. OLE color: 6455211.
HSL color Cylindrical-coordinate representation of color #AB7F62: hue angle of 23.84º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7F62 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 98 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.33 |
| HSL | 23.84º | 0.3% | 0.53% | - |
| HSV(B) | 23.84º | 0.43% | 0.67% | - |
| XYZ | 26.59 | 24.72 | 14.93 | - |
| YUV | 136.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 98 | 0 | 0.26 | 0.43 | 0.33 | 23.84 | 0.3 | 0.53 |
| Hex | AB | 7F | 62 | 0 | 1A | 2B | 21 | 18 | 1E | 35 |
| Octal | 253 | 177 | 142 | 0 | 32 | 53 | 41 | 30 | 36 | 65 |
| Binary | 10101011 | 1111111 | 1100010 | 0 | 11010 | 101011 | 100001 | 11000 | 11110 | 110101 |
Color Harmonies of #AB7F62
Complementary color
Monochromatic Colors of #AB7F62
Black with #AB7F62
Text Example
Text Example
White with #AB7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F62; }
p { color: rgb(171,127,98); }
H1.HeaderClassName
{
color: #AB7F62;
}
.AnyTagClassName
{
color: #AB7F62;
}
</style>
background-color css
<style>
a { background-color: #AB7F62; }
a { background-color: rgb(171,127,98); }
div.DivClassName
{
background-color: #AB7F62;
}
.BgClassName
{
background-color: #AB7F62;
}
</style>
border-color css
<style>
span { border-color: #AB7F62; }
span { border-color: rgb(171,127,98); }
td.TdClassName
{
border-color: #AB7F62;
}
.TagClassName
{
border-color: #AB7F62;
}
</style>