Shades of Medium Wood #AB836B
Tints of Medium Wood #AB836B
RGB
CMYK
RGB Variations
Color information
#AB836B (or 0xAB836B) is known color: Medium Wood. HEX triplet: AB, 83 and 6B. RGB value is (171,131,107). Sum of RGB (Red+Green+Blue) = 171+131+107=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB836B is #547C94. Grayscale: #8C8C8C. Windows color (decimal): -5536917 or 7046059. OLE color: 7046059.
HSL color Cylindrical-coordinate representation of color #AB836B: hue angle of 22.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB836B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 107 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.33 |
| HSL | 22.5º | 0.28% | 0.55% | - |
| HSV(B) | 22.5º | 0.37% | 0.67% | - |
| XYZ | 27.56 | 25.95 | 17.47 | - |
| YUV | 140.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 107 | 0 | 0.23 | 0.37 | 0.33 | 22.5 | 0.28 | 0.55 |
| Hex | AB | 83 | 6B | 0 | 17 | 25 | 21 | 16 | 1C | 37 |
| Octal | 253 | 203 | 153 | 0 | 27 | 45 | 41 | 26 | 34 | 67 |
| Binary | 10101011 | 10000011 | 1101011 | 0 | 10111 | 100101 | 100001 | 10110 | 11100 | 110111 |
Color Harmonies of #AB836B
Complementary color
Monochromatic Colors of #AB836B
Black with #AB836B
Text Example
Text Example
White with #AB836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB836B; }
p { color: rgb(171,131,107); }
H1.HeaderClassName
{
color: #AB836B;
}
.AnyTagClassName
{
color: #AB836B;
}
</style>
background-color css
<style>
a { background-color: #AB836B; }
a { background-color: rgb(171,131,107); }
div.DivClassName
{
background-color: #AB836B;
}
.BgClassName
{
background-color: #AB836B;
}
</style>
border-color css
<style>
span { border-color: #AB836B; }
span { border-color: rgb(171,131,107); }
td.TdClassName
{
border-color: #AB836B;
}
.TagClassName
{
border-color: #AB836B;
}
</style>