Shades of Medium Wood #AB8464
Tints of Medium Wood #AB8464
RGB
CMYK
RGB Variations
Color information
#AB8464 (or 0xAB8464) is known color: Medium Wood. HEX triplet: AB, 84 and 64. RGB value is (171,132,100). Sum of RGB (Red+Green+Blue) = 171+132+100=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8464 is #547B9B. Grayscale: #8C8C8C. Windows color (decimal): -5536668 or 6587563. OLE color: 6587563.
HSL color Cylindrical-coordinate representation of color #AB8464: hue angle of 27.04º 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 #AB8464 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 100 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.33 |
| HSL | 27.04º | 0.3% | 0.53% | - |
| HSV(B) | 27.04º | 0.42% | 0.67% | - |
| XYZ | 27.35 | 26.08 | 15.65 | - |
| YUV | 140.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 100 | 0 | 0.23 | 0.42 | 0.33 | 27.04 | 0.3 | 0.53 |
| Hex | AB | 84 | 64 | 0 | 17 | 2A | 21 | 1B | 1E | 35 |
| Octal | 253 | 204 | 144 | 0 | 27 | 52 | 41 | 33 | 36 | 65 |
| Binary | 10101011 | 10000100 | 1100100 | 0 | 10111 | 101010 | 100001 | 11011 | 11110 | 110101 |
Color Harmonies of #AB8464
Complementary color
Monochromatic Colors of #AB8464
Black with #AB8464
Text Example
Text Example
White with #AB8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8464; }
p { color: rgb(171,132,100); }
H1.HeaderClassName
{
color: #AB8464;
}
.AnyTagClassName
{
color: #AB8464;
}
</style>
background-color css
<style>
a { background-color: #AB8464; }
a { background-color: rgb(171,132,100); }
div.DivClassName
{
background-color: #AB8464;
}
.BgClassName
{
background-color: #AB8464;
}
</style>
border-color css
<style>
span { border-color: #AB8464; }
span { border-color: rgb(171,132,100); }
td.TdClassName
{
border-color: #AB8464;
}
.TagClassName
{
border-color: #AB8464;
}
</style>