Shades of Medium Wood #AB8466
Tints of Medium Wood #AB8466
RGB
CMYK
RGB Variations
Color information
#AB8466 (or 0xAB8466) is known color: Medium Wood. HEX triplet: AB, 84 and 66. RGB value is (171,132,102). Sum of RGB (Red+Green+Blue) = 171+132+102=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8466 is #547B99. Grayscale: #8C8C8C. Windows color (decimal): -5536666 or 6718635. OLE color: 6718635.
HSL color Cylindrical-coordinate representation of color #AB8466: hue angle of 26.09º 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 #AB8466 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 102 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.33 |
| HSL | 26.09º | 0.29% | 0.54% | - |
| HSV(B) | 26.09º | 0.4% | 0.67% | - |
| XYZ | 27.44 | 26.12 | 16.17 | - |
| YUV | 140.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 102 | 0 | 0.23 | 0.40 | 0.33 | 26.09 | 0.29 | 0.54 |
| Hex | AB | 84 | 66 | 0 | 17 | 28 | 21 | 1A | 1D | 36 |
| Octal | 253 | 204 | 146 | 0 | 27 | 50 | 41 | 32 | 35 | 66 |
| Binary | 10101011 | 10000100 | 1100110 | 0 | 10111 | 101000 | 100001 | 11010 | 11101 | 110110 |
Color Harmonies of #AB8466
Complementary color
Monochromatic Colors of #AB8466
Black with #AB8466
Text Example
Text Example
White with #AB8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8466; }
p { color: rgb(171,132,102); }
H1.HeaderClassName
{
color: #AB8466;
}
.AnyTagClassName
{
color: #AB8466;
}
</style>
background-color css
<style>
a { background-color: #AB8466; }
a { background-color: rgb(171,132,102); }
div.DivClassName
{
background-color: #AB8466;
}
.BgClassName
{
background-color: #AB8466;
}
</style>
border-color css
<style>
span { border-color: #AB8466; }
span { border-color: rgb(171,132,102); }
td.TdClassName
{
border-color: #AB8466;
}
.TagClassName
{
border-color: #AB8466;
}
</style>