Shades of Medium Wood #AB8163
Tints of Medium Wood #AB8163
RGB
CMYK
RGB Variations
Color information
#AB8163 (or 0xAB8163) is known color: Medium Wood. HEX triplet: AB, 81 and 63. RGB value is (171,129,99). Sum of RGB (Red+Green+Blue) = 171+129+99=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8163 is #547E9C. Grayscale: #8A8A8A. Windows color (decimal): -5537437 or 6521259. OLE color: 6521259.
HSL color Cylindrical-coordinate representation of color #AB8163: hue angle of 25º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8163 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 99 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.33 |
| HSL | 25º | 0.3% | 0.53% | - |
| HSV(B) | 25º | 0.42% | 0.67% | - |
| XYZ | 26.9 | 25.26 | 15.26 | - |
| YUV | 138.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 99 | 0 | 0.25 | 0.42 | 0.33 | 25 | 0.3 | 0.53 |
| Hex | AB | 81 | 63 | 0 | 19 | 2A | 21 | 19 | 1E | 35 |
| Octal | 253 | 201 | 143 | 0 | 31 | 52 | 41 | 31 | 36 | 65 |
| Binary | 10101011 | 10000001 | 1100011 | 0 | 11001 | 101010 | 100001 | 11001 | 11110 | 110101 |
Color Harmonies of #AB8163
Complementary color
Monochromatic Colors of #AB8163
Black with #AB8163
Text Example
Text Example
White with #AB8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8163; }
p { color: rgb(171,129,99); }
H1.HeaderClassName
{
color: #AB8163;
}
.AnyTagClassName
{
color: #AB8163;
}
</style>
background-color css
<style>
a { background-color: #AB8163; }
a { background-color: rgb(171,129,99); }
div.DivClassName
{
background-color: #AB8163;
}
.BgClassName
{
background-color: #AB8163;
}
</style>
border-color css
<style>
span { border-color: #AB8163; }
span { border-color: rgb(171,129,99); }
td.TdClassName
{
border-color: #AB8163;
}
.TagClassName
{
border-color: #AB8163;
}
</style>