Shades of Medium Wood #AB8367
Tints of Medium Wood #AB8367
RGB
CMYK
RGB Variations
Color information
#AB8367 (or 0xAB8367) is known color: Medium Wood. HEX triplet: AB, 83 and 67. RGB value is (171,131,103). Sum of RGB (Red+Green+Blue) = 171+131+103=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8367 is #547C98. Grayscale: #8B8B8B. Windows color (decimal): -5536921 or 6783915. OLE color: 6783915.
HSL color Cylindrical-coordinate representation of color #AB8367: hue angle of 24.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8367 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 103 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.33 |
| HSL | 24.71º | 0.29% | 0.54% | - |
| HSV(B) | 24.71º | 0.4% | 0.67% | - |
| XYZ | 27.36 | 25.87 | 16.38 | - |
| YUV | 139.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 103 | 0 | 0.23 | 0.40 | 0.33 | 24.71 | 0.29 | 0.54 |
| Hex | AB | 83 | 67 | 0 | 17 | 28 | 21 | 19 | 1D | 36 |
| Octal | 253 | 203 | 147 | 0 | 27 | 50 | 41 | 31 | 35 | 66 |
| Binary | 10101011 | 10000011 | 1100111 | 0 | 10111 | 101000 | 100001 | 11001 | 11101 | 110110 |
Color Harmonies of #AB8367
Complementary color
Monochromatic Colors of #AB8367
Black with #AB8367
Text Example
Text Example
White with #AB8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8367; }
p { color: rgb(171,131,103); }
H1.HeaderClassName
{
color: #AB8367;
}
.AnyTagClassName
{
color: #AB8367;
}
</style>
background-color css
<style>
a { background-color: #AB8367; }
a { background-color: rgb(171,131,103); }
div.DivClassName
{
background-color: #AB8367;
}
.BgClassName
{
background-color: #AB8367;
}
</style>
border-color css
<style>
span { border-color: #AB8367; }
span { border-color: rgb(171,131,103); }
td.TdClassName
{
border-color: #AB8367;
}
.TagClassName
{
border-color: #AB8367;
}
</style>