Shades of Medium Wood #AB845E
Tints of Medium Wood #AB845E
RGB
CMYK
RGB Variations
Color information
#AB845E (or 0xAB845E) is known color: Medium Wood. HEX triplet: AB, 84 and 5E. RGB value is (171,132,94). Sum of RGB (Red+Green+Blue) = 171+132+94=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB845E is #547BA1. Grayscale: #8B8B8B. Windows color (decimal): -5536674 or 6194347. OLE color: 6194347.
HSL color Cylindrical-coordinate representation of color #AB845E: hue angle of 29.61º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB845E is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 94 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.33 |
| HSL | 29.61º | 0.31% | 0.52% | - |
| HSV(B) | 29.61º | 0.45% | 0.67% | - |
| XYZ | 27.07 | 25.97 | 14.18 | - |
| YUV | 139.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 94 | 0 | 0.23 | 0.45 | 0.33 | 29.61 | 0.31 | 0.52 |
| Hex | AB | 84 | 5E | 0 | 17 | 2D | 21 | 1E | 1F | 34 |
| Octal | 253 | 204 | 136 | 0 | 27 | 55 | 41 | 36 | 37 | 64 |
| Binary | 10101011 | 10000100 | 1011110 | 0 | 10111 | 101101 | 100001 | 11110 | 11111 | 110100 |
Color Harmonies of #AB845E
Complementary color
Monochromatic Colors of #AB845E
Black with #AB845E
Text Example
Text Example
White with #AB845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB845E; }
p { color: rgb(171,132,94); }
H1.HeaderClassName
{
color: #AB845E;
}
.AnyTagClassName
{
color: #AB845E;
}
</style>
background-color css
<style>
a { background-color: #AB845E; }
a { background-color: rgb(171,132,94); }
div.DivClassName
{
background-color: #AB845E;
}
.BgClassName
{
background-color: #AB845E;
}
</style>
border-color css
<style>
span { border-color: #AB845E; }
span { border-color: rgb(171,132,94); }
td.TdClassName
{
border-color: #AB845E;
}
.TagClassName
{
border-color: #AB845E;
}
</style>