Shades of Medium Wood #AB7E6B
Tints of Medium Wood #AB7E6B
RGB
CMYK
RGB Variations
Color information
#AB7E6B (or 0xAB7E6B) is known color: Medium Wood. HEX triplet: AB, 7E and 6B. RGB value is (171,126,107). Sum of RGB (Red+Green+Blue) = 171+126+107=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E6B is #548194. Grayscale: #898989. Windows color (decimal): -5538197 or 7044779. OLE color: 7044779.
HSL color Cylindrical-coordinate representation of color #AB7E6B: hue angle of 17.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7E6B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 107 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.33 |
| HSL | 17.81º | 0.28% | 0.55% | - |
| HSV(B) | 17.81º | 0.37% | 0.67% | - |
| XYZ | 26.91 | 24.64 | 17.25 | - |
| YUV | 137.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 107 | 0 | 0.26 | 0.37 | 0.33 | 17.81 | 0.28 | 0.55 |
| Hex | AB | 7E | 6B | 0 | 1A | 25 | 21 | 12 | 1C | 37 |
| Octal | 253 | 176 | 153 | 0 | 32 | 45 | 41 | 22 | 34 | 67 |
| Binary | 10101011 | 1111110 | 1101011 | 0 | 11010 | 100101 | 100001 | 10010 | 11100 | 110111 |
Color Harmonies of #AB7E6B
Complementary color
Monochromatic Colors of #AB7E6B
Black with #AB7E6B
Text Example
Text Example
White with #AB7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E6B; }
p { color: rgb(171,126,107); }
H1.HeaderClassName
{
color: #AB7E6B;
}
.AnyTagClassName
{
color: #AB7E6B;
}
</style>
background-color css
<style>
a { background-color: #AB7E6B; }
a { background-color: rgb(171,126,107); }
div.DivClassName
{
background-color: #AB7E6B;
}
.BgClassName
{
background-color: #AB7E6B;
}
</style>
border-color css
<style>
span { border-color: #AB7E6B; }
span { border-color: rgb(171,126,107); }
td.TdClassName
{
border-color: #AB7E6B;
}
.TagClassName
{
border-color: #AB7E6B;
}
</style>