Shades of Medium Wood #AB7F63
Tints of Medium Wood #AB7F63
RGB
CMYK
RGB Variations
Color information
#AB7F63 (or 0xAB7F63) is known color: Medium Wood. HEX triplet: AB, 7F and 63. RGB value is (171,127,99). Sum of RGB (Red+Green+Blue) = 171+127+99=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F63 is #54809C. Grayscale: #898989. Windows color (decimal): -5537949 or 6520747. OLE color: 6520747.
HSL color Cylindrical-coordinate representation of color #AB7F63: hue angle of 23.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7F63 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 99 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.33 |
| HSL | 23.33º | 0.3% | 0.53% | - |
| HSV(B) | 23.33º | 0.42% | 0.67% | - |
| XYZ | 26.64 | 24.74 | 15.18 | - |
| YUV | 136.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 99 | 0 | 0.26 | 0.42 | 0.33 | 23.33 | 0.3 | 0.53 |
| Hex | AB | 7F | 63 | 0 | 1A | 2A | 21 | 17 | 1E | 35 |
| Octal | 253 | 177 | 143 | 0 | 32 | 52 | 41 | 27 | 36 | 65 |
| Binary | 10101011 | 1111111 | 1100011 | 0 | 11010 | 101010 | 100001 | 10111 | 11110 | 110101 |
Color Harmonies of #AB7F63
Complementary color
Monochromatic Colors of #AB7F63
Black with #AB7F63
Text Example
Text Example
White with #AB7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F63; }
p { color: rgb(171,127,99); }
H1.HeaderClassName
{
color: #AB7F63;
}
.AnyTagClassName
{
color: #AB7F63;
}
</style>
background-color css
<style>
a { background-color: #AB7F63; }
a { background-color: rgb(171,127,99); }
div.DivClassName
{
background-color: #AB7F63;
}
.BgClassName
{
background-color: #AB7F63;
}
</style>
border-color css
<style>
span { border-color: #AB7F63; }
span { border-color: rgb(171,127,99); }
td.TdClassName
{
border-color: #AB7F63;
}
.TagClassName
{
border-color: #AB7F63;
}
</style>