Shades of Medium Wood #AB7C62
Tints of Medium Wood #AB7C62
RGB
CMYK
RGB Variations
Color information
#AB7C62 (or 0xAB7C62) is known color: Medium Wood. HEX triplet: AB, 7C and 62. RGB value is (171,124,98). Sum of RGB (Red+Green+Blue) = 171+124+98=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C62 is #54839D. Grayscale: #878787. Windows color (decimal): -5538718 or 6454443. OLE color: 6454443.
HSL color Cylindrical-coordinate representation of color #AB7C62: hue angle of 21.37º 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 #AB7C62 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 98 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.33 |
| HSL | 21.37º | 0.3% | 0.53% | - |
| HSV(B) | 21.37º | 0.43% | 0.67% | - |
| XYZ | 26.21 | 23.96 | 14.8 | - |
| YUV | 135.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 98 | 0 | 0.27 | 0.43 | 0.33 | 21.37 | 0.3 | 0.53 |
| Hex | AB | 7C | 62 | 0 | 1B | 2B | 21 | 15 | 1E | 35 |
| Octal | 253 | 174 | 142 | 0 | 33 | 53 | 41 | 25 | 36 | 65 |
| Binary | 10101011 | 1111100 | 1100010 | 0 | 11011 | 101011 | 100001 | 10101 | 11110 | 110101 |
Color Harmonies of #AB7C62
Complementary color
Monochromatic Colors of #AB7C62
Black with #AB7C62
Text Example
Text Example
White with #AB7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C62; }
p { color: rgb(171,124,98); }
H1.HeaderClassName
{
color: #AB7C62;
}
.AnyTagClassName
{
color: #AB7C62;
}
</style>
background-color css
<style>
a { background-color: #AB7C62; }
a { background-color: rgb(171,124,98); }
div.DivClassName
{
background-color: #AB7C62;
}
.BgClassName
{
background-color: #AB7C62;
}
</style>
border-color css
<style>
span { border-color: #AB7C62; }
span { border-color: rgb(171,124,98); }
td.TdClassName
{
border-color: #AB7C62;
}
.TagClassName
{
border-color: #AB7C62;
}
</style>