Shades of Medium Wood #AB836A
Tints of Medium Wood #AB836A
RGB
CMYK
RGB Variations
Color information
#AB836A (or 0xAB836A) is known color: Medium Wood. HEX triplet: AB, 83 and 6A. RGB value is (171,131,106). Sum of RGB (Red+Green+Blue) = 171+131+106=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB836A is #547C95. Grayscale: #8C8C8C. Windows color (decimal): -5536918 or 6980523. OLE color: 6980523.
HSL color Cylindrical-coordinate representation of color #AB836A: hue angle of 23.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB836A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 106 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.33 |
| HSL | 23.08º | 0.28% | 0.54% | - |
| HSV(B) | 23.08º | 0.38% | 0.67% | - |
| XYZ | 27.51 | 25.93 | 17.19 | - |
| YUV | 140.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 106 | 0 | 0.23 | 0.38 | 0.33 | 23.08 | 0.28 | 0.54 |
| Hex | AB | 83 | 6A | 0 | 17 | 26 | 21 | 17 | 1C | 36 |
| Octal | 253 | 203 | 152 | 0 | 27 | 46 | 41 | 27 | 34 | 66 |
| Binary | 10101011 | 10000011 | 1101010 | 0 | 10111 | 100110 | 100001 | 10111 | 11100 | 110110 |
Color Harmonies of #AB836A
Complementary color
Monochromatic Colors of #AB836A
Black with #AB836A
Text Example
Text Example
White with #AB836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB836A; }
p { color: rgb(171,131,106); }
H1.HeaderClassName
{
color: #AB836A;
}
.AnyTagClassName
{
color: #AB836A;
}
</style>
background-color css
<style>
a { background-color: #AB836A; }
a { background-color: rgb(171,131,106); }
div.DivClassName
{
background-color: #AB836A;
}
.BgClassName
{
background-color: #AB836A;
}
</style>
border-color css
<style>
span { border-color: #AB836A; }
span { border-color: rgb(171,131,106); }
td.TdClassName
{
border-color: #AB836A;
}
.TagClassName
{
border-color: #AB836A;
}
</style>