Shades of Medium Wood #AB836F
Tints of Medium Wood #AB836F
RGB
CMYK
RGB Variations
Color information
#AB836F (or 0xAB836F) is known color: Medium Wood. HEX triplet: AB, 83 and 6F. RGB value is (171,131,111). Sum of RGB (Red+Green+Blue) = 171+131+111=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB836F is #547C90. Grayscale: #8C8C8C. Windows color (decimal): -5536913 or 7308203. OLE color: 7308203.
HSL color Cylindrical-coordinate representation of color #AB836F: hue angle of 20º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB836F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 111 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.33 |
| HSL | 20º | 0.26% | 0.55% | - |
| HSV(B) | 20º | 0.35% | 0.67% | - |
| XYZ | 27.78 | 26.04 | 18.6 | - |
| YUV | 140.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 111 | 0 | 0.23 | 0.35 | 0.33 | 20 | 0.26 | 0.55 |
| Hex | AB | 83 | 6F | 0 | 17 | 23 | 21 | 14 | 1A | 37 |
| Octal | 253 | 203 | 157 | 0 | 27 | 43 | 41 | 24 | 32 | 67 |
| Binary | 10101011 | 10000011 | 1101111 | 0 | 10111 | 100011 | 100001 | 10100 | 11010 | 110111 |
Color Harmonies of #AB836F
Complementary color
Monochromatic Colors of #AB836F
Black with #AB836F
Text Example
Text Example
White with #AB836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB836F; }
p { color: rgb(171,131,111); }
H1.HeaderClassName
{
color: #AB836F;
}
.AnyTagClassName
{
color: #AB836F;
}
</style>
background-color css
<style>
a { background-color: #AB836F; }
a { background-color: rgb(171,131,111); }
div.DivClassName
{
background-color: #AB836F;
}
.BgClassName
{
background-color: #AB836F;
}
</style>
border-color css
<style>
span { border-color: #AB836F; }
span { border-color: rgb(171,131,111); }
td.TdClassName
{
border-color: #AB836F;
}
.TagClassName
{
border-color: #AB836F;
}
</style>