Shades of Medium Wood #AB7F68
Tints of Medium Wood #AB7F68
RGB
CMYK
RGB Variations
Color information
#AB7F68 (or 0xAB7F68) is known color: Medium Wood. HEX triplet: AB, 7F and 68. RGB value is (171,127,104). Sum of RGB (Red+Green+Blue) = 171+127+104=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F68 is #548097. Grayscale: #898989. Windows color (decimal): -5537944 or 6848427. OLE color: 6848427.
HSL color Cylindrical-coordinate representation of color #AB7F68: hue angle of 20.6º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7F68 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 104 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.33 |
| HSL | 20.6º | 0.29% | 0.54% | - |
| HSV(B) | 20.6º | 0.39% | 0.67% | - |
| XYZ | 26.88 | 24.84 | 16.47 | - |
| YUV | 137.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 104 | 0 | 0.26 | 0.39 | 0.33 | 20.6 | 0.29 | 0.54 |
| Hex | AB | 7F | 68 | 0 | 1A | 27 | 21 | 15 | 1D | 36 |
| Octal | 253 | 177 | 150 | 0 | 32 | 47 | 41 | 25 | 35 | 66 |
| Binary | 10101011 | 1111111 | 1101000 | 0 | 11010 | 100111 | 100001 | 10101 | 11101 | 110110 |
Color Harmonies of #AB7F68
Complementary color
Monochromatic Colors of #AB7F68
Black with #AB7F68
Text Example
Text Example
White with #AB7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F68; }
p { color: rgb(171,127,104); }
H1.HeaderClassName
{
color: #AB7F68;
}
.AnyTagClassName
{
color: #AB7F68;
}
</style>
background-color css
<style>
a { background-color: #AB7F68; }
a { background-color: rgb(171,127,104); }
div.DivClassName
{
background-color: #AB7F68;
}
.BgClassName
{
background-color: #AB7F68;
}
</style>
border-color css
<style>
span { border-color: #AB7F68; }
span { border-color: rgb(171,127,104); }
td.TdClassName
{
border-color: #AB7F68;
}
.TagClassName
{
border-color: #AB7F68;
}
</style>