Shades of Medium Wood #AB7E65
Tints of Medium Wood #AB7E65
RGB
CMYK
RGB Variations
Color information
#AB7E65 (or 0xAB7E65) is known color: Medium Wood. HEX triplet: AB, 7E and 65. RGB value is (171,126,101). Sum of RGB (Red+Green+Blue) = 171+126+101=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E65 is #54819A. Grayscale: #888888. Windows color (decimal): -5538203 or 6651563. OLE color: 6651563.
HSL color Cylindrical-coordinate representation of color #AB7E65: hue angle of 21.43º 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 #AB7E65 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 101 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.33 |
| HSL | 21.43º | 0.29% | 0.53% | - |
| HSV(B) | 21.43º | 0.41% | 0.67% | - |
| XYZ | 26.6 | 24.52 | 15.64 | - |
| YUV | 136.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 101 | 0 | 0.26 | 0.41 | 0.33 | 21.43 | 0.29 | 0.53 |
| Hex | AB | 7E | 65 | 0 | 1A | 29 | 21 | 15 | 1D | 35 |
| Octal | 253 | 176 | 145 | 0 | 32 | 51 | 41 | 25 | 35 | 65 |
| Binary | 10101011 | 1111110 | 1100101 | 0 | 11010 | 101001 | 100001 | 10101 | 11101 | 110101 |
Color Harmonies of #AB7E65
Complementary color
Monochromatic Colors of #AB7E65
Black with #AB7E65
Text Example
Text Example
White with #AB7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E65; }
p { color: rgb(171,126,101); }
H1.HeaderClassName
{
color: #AB7E65;
}
.AnyTagClassName
{
color: #AB7E65;
}
</style>
background-color css
<style>
a { background-color: #AB7E65; }
a { background-color: rgb(171,126,101); }
div.DivClassName
{
background-color: #AB7E65;
}
.BgClassName
{
background-color: #AB7E65;
}
</style>
border-color css
<style>
span { border-color: #AB7E65; }
span { border-color: rgb(171,126,101); }
td.TdClassName
{
border-color: #AB7E65;
}
.TagClassName
{
border-color: #AB7E65;
}
</style>