Shades of Medium Wood #AB7E67
Tints of Medium Wood #AB7E67
RGB
CMYK
RGB Variations
Color information
#AB7E67 (or 0xAB7E67) is known color: Medium Wood. HEX triplet: AB, 7E and 67. RGB value is (171,126,103). Sum of RGB (Red+Green+Blue) = 171+126+103=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E67 is #548198. Grayscale: #888888. Windows color (decimal): -5538201 or 6782635. OLE color: 6782635.
HSL color Cylindrical-coordinate representation of color #AB7E67: hue angle of 20.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7E67 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 103 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.33 |
| HSL | 20.29º | 0.29% | 0.54% | - |
| HSV(B) | 20.29º | 0.4% | 0.67% | - |
| XYZ | 26.7 | 24.56 | 16.16 | - |
| YUV | 136.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 103 | 0 | 0.26 | 0.40 | 0.33 | 20.29 | 0.29 | 0.54 |
| Hex | AB | 7E | 67 | 0 | 1A | 28 | 21 | 14 | 1D | 36 |
| Octal | 253 | 176 | 147 | 0 | 32 | 50 | 41 | 24 | 35 | 66 |
| Binary | 10101011 | 1111110 | 1100111 | 0 | 11010 | 101000 | 100001 | 10100 | 11101 | 110110 |
Color Harmonies of #AB7E67
Complementary color
Monochromatic Colors of #AB7E67
Black with #AB7E67
Text Example
Text Example
White with #AB7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E67; }
p { color: rgb(171,126,103); }
H1.HeaderClassName
{
color: #AB7E67;
}
.AnyTagClassName
{
color: #AB7E67;
}
</style>
background-color css
<style>
a { background-color: #AB7E67; }
a { background-color: rgb(171,126,103); }
div.DivClassName
{
background-color: #AB7E67;
}
.BgClassName
{
background-color: #AB7E67;
}
</style>
border-color css
<style>
span { border-color: #AB7E67; }
span { border-color: rgb(171,126,103); }
td.TdClassName
{
border-color: #AB7E67;
}
.TagClassName
{
border-color: #AB7E67;
}
</style>