Shades of Medium Wood #AB8164
Tints of Medium Wood #AB8164
RGB
CMYK
RGB Variations
Color information
#AB8164 (or 0xAB8164) is known color: Medium Wood. HEX triplet: AB, 81 and 64. RGB value is (171,129,100). Sum of RGB (Red+Green+Blue) = 171+129+100=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8164 is #547E9B. Grayscale: #8A8A8A. Windows color (decimal): -5537436 or 6586795. OLE color: 6586795.
HSL color Cylindrical-coordinate representation of color #AB8164: hue angle of 24.51º 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 #AB8164 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 100 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.33 |
| HSL | 24.51º | 0.3% | 0.53% | - |
| HSV(B) | 24.51º | 0.42% | 0.67% | - |
| XYZ | 26.95 | 25.28 | 15.52 | - |
| YUV | 138.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 100 | 0 | 0.25 | 0.42 | 0.33 | 24.51 | 0.3 | 0.53 |
| Hex | AB | 81 | 64 | 0 | 19 | 2A | 21 | 19 | 1E | 35 |
| Octal | 253 | 201 | 144 | 0 | 31 | 52 | 41 | 31 | 36 | 65 |
| Binary | 10101011 | 10000001 | 1100100 | 0 | 11001 | 101010 | 100001 | 11001 | 11110 | 110101 |
Color Harmonies of #AB8164
Complementary color
Monochromatic Colors of #AB8164
Black with #AB8164
Text Example
Text Example
White with #AB8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8164; }
p { color: rgb(171,129,100); }
H1.HeaderClassName
{
color: #AB8164;
}
.AnyTagClassName
{
color: #AB8164;
}
</style>
background-color css
<style>
a { background-color: #AB8164; }
a { background-color: rgb(171,129,100); }
div.DivClassName
{
background-color: #AB8164;
}
.BgClassName
{
background-color: #AB8164;
}
</style>
border-color css
<style>
span { border-color: #AB8164; }
span { border-color: rgb(171,129,100); }
td.TdClassName
{
border-color: #AB8164;
}
.TagClassName
{
border-color: #AB8164;
}
</style>