Shades of Medium Wood #AB7C65
Tints of Medium Wood #AB7C65
RGB
CMYK
RGB Variations
Color information
#AB7C65 (or 0xAB7C65) is known color: Medium Wood. HEX triplet: AB, 7C and 65. RGB value is (171,124,101). Sum of RGB (Red+Green+Blue) = 171+124+101=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C65 is #54839A. Grayscale: #878787. Windows color (decimal): -5538715 or 6651051. OLE color: 6651051.
HSL color Cylindrical-coordinate representation of color #AB7C65: hue angle of 19.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7C65 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 101 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.33 |
| HSL | 19.71º | 0.29% | 0.53% | - |
| HSV(B) | 19.71º | 0.41% | 0.67% | - |
| XYZ | 26.35 | 24.01 | 15.56 | - |
| YUV | 135.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 101 | 0 | 0.27 | 0.41 | 0.33 | 19.71 | 0.29 | 0.53 |
| Hex | AB | 7C | 65 | 0 | 1B | 29 | 21 | 14 | 1D | 35 |
| Octal | 253 | 174 | 145 | 0 | 33 | 51 | 41 | 24 | 35 | 65 |
| Binary | 10101011 | 1111100 | 1100101 | 0 | 11011 | 101001 | 100001 | 10100 | 11101 | 110101 |
Color Harmonies of #AB7C65
Complementary color
Monochromatic Colors of #AB7C65
Black with #AB7C65
Text Example
Text Example
White with #AB7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C65; }
p { color: rgb(171,124,101); }
H1.HeaderClassName
{
color: #AB7C65;
}
.AnyTagClassName
{
color: #AB7C65;
}
</style>
background-color css
<style>
a { background-color: #AB7C65; }
a { background-color: rgb(171,124,101); }
div.DivClassName
{
background-color: #AB7C65;
}
.BgClassName
{
background-color: #AB7C65;
}
</style>
border-color css
<style>
span { border-color: #AB7C65; }
span { border-color: rgb(171,124,101); }
td.TdClassName
{
border-color: #AB7C65;
}
.TagClassName
{
border-color: #AB7C65;
}
</style>