Shades of Medium Wood #AB8166
Tints of Medium Wood #AB8166
RGB
CMYK
RGB Variations
Color information
#AB8166 (or 0xAB8166) is known color: Medium Wood. HEX triplet: AB, 81 and 66. RGB value is (171,129,102). Sum of RGB (Red+Green+Blue) = 171+129+102=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8166 is #547E99. Grayscale: #8A8A8A. Windows color (decimal): -5537434 or 6717867. OLE color: 6717867.
HSL color Cylindrical-coordinate representation of color #AB8166: hue angle of 23.48º 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 #AB8166 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 102 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.33 |
| HSL | 23.48º | 0.29% | 0.54% | - |
| HSV(B) | 23.48º | 0.4% | 0.67% | - |
| XYZ | 27.04 | 25.32 | 16.03 | - |
| YUV | 138.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 102 | 0 | 0.25 | 0.40 | 0.33 | 23.48 | 0.29 | 0.54 |
| Hex | AB | 81 | 66 | 0 | 19 | 28 | 21 | 17 | 1D | 36 |
| Octal | 253 | 201 | 146 | 0 | 31 | 50 | 41 | 27 | 35 | 66 |
| Binary | 10101011 | 10000001 | 1100110 | 0 | 11001 | 101000 | 100001 | 10111 | 11101 | 110110 |
Color Harmonies of #AB8166
Complementary color
Monochromatic Colors of #AB8166
Black with #AB8166
Text Example
Text Example
White with #AB8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8166; }
p { color: rgb(171,129,102); }
H1.HeaderClassName
{
color: #AB8166;
}
.AnyTagClassName
{
color: #AB8166;
}
</style>
background-color css
<style>
a { background-color: #AB8166; }
a { background-color: rgb(171,129,102); }
div.DivClassName
{
background-color: #AB8166;
}
.BgClassName
{
background-color: #AB8166;
}
</style>
border-color css
<style>
span { border-color: #AB8166; }
span { border-color: rgb(171,129,102); }
td.TdClassName
{
border-color: #AB8166;
}
.TagClassName
{
border-color: #AB8166;
}
</style>