Shades of Medium Wood #AB8366
Tints of Medium Wood #AB8366
RGB
CMYK
RGB Variations
Color information
#AB8366 (or 0xAB8366) is known color: Medium Wood. HEX triplet: AB, 83 and 66. RGB value is (171,131,102). Sum of RGB (Red+Green+Blue) = 171+131+102=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8366 is #547C99. Grayscale: #8B8B8B. Windows color (decimal): -5536922 or 6718379. OLE color: 6718379.
HSL color Cylindrical-coordinate representation of color #AB8366: hue angle of 25.22º 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 #AB8366 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 102 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.33 |
| HSL | 25.22º | 0.29% | 0.54% | - |
| HSV(B) | 25.22º | 0.4% | 0.67% | - |
| XYZ | 27.31 | 25.85 | 16.12 | - |
| YUV | 139.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 102 | 0 | 0.23 | 0.40 | 0.33 | 25.22 | 0.29 | 0.54 |
| Hex | AB | 83 | 66 | 0 | 17 | 28 | 21 | 19 | 1D | 36 |
| Octal | 253 | 203 | 146 | 0 | 27 | 50 | 41 | 31 | 35 | 66 |
| Binary | 10101011 | 10000011 | 1100110 | 0 | 10111 | 101000 | 100001 | 11001 | 11101 | 110110 |
Color Harmonies of #AB8366
Complementary color
Monochromatic Colors of #AB8366
Black with #AB8366
Text Example
Text Example
White with #AB8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8366; }
p { color: rgb(171,131,102); }
H1.HeaderClassName
{
color: #AB8366;
}
.AnyTagClassName
{
color: #AB8366;
}
</style>
background-color css
<style>
a { background-color: #AB8366; }
a { background-color: rgb(171,131,102); }
div.DivClassName
{
background-color: #AB8366;
}
.BgClassName
{
background-color: #AB8366;
}
</style>
border-color css
<style>
span { border-color: #AB8366; }
span { border-color: rgb(171,131,102); }
td.TdClassName
{
border-color: #AB8366;
}
.TagClassName
{
border-color: #AB8366;
}
</style>