Shades of Medium Wood #AB8065
Tints of Medium Wood #AB8065
RGB
CMYK
RGB Variations
Color information
#AB8065 (or 0xAB8065) is known color: Medium Wood. HEX triplet: AB, 80 and 65. RGB value is (171,128,101). Sum of RGB (Red+Green+Blue) = 171+128+101=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8065 is #547F9A. Grayscale: #898989. Windows color (decimal): -5537691 or 6652075. OLE color: 6652075.
HSL color Cylindrical-coordinate representation of color #AB8065: hue angle of 23.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8065 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 101 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.33 |
| HSL | 23.14º | 0.29% | 0.53% | - |
| HSV(B) | 23.14º | 0.41% | 0.67% | - |
| XYZ | 26.86 | 25.04 | 15.73 | - |
| YUV | 137.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 101 | 0 | 0.25 | 0.41 | 0.33 | 23.14 | 0.29 | 0.53 |
| Hex | AB | 80 | 65 | 0 | 19 | 29 | 21 | 17 | 1D | 35 |
| Octal | 253 | 200 | 145 | 0 | 31 | 51 | 41 | 27 | 35 | 65 |
| Binary | 10101011 | 10000000 | 1100101 | 0 | 11001 | 101001 | 100001 | 10111 | 11101 | 110101 |
Color Harmonies of #AB8065
Complementary color
Monochromatic Colors of #AB8065
Black with #AB8065
Text Example
Text Example
White with #AB8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8065; }
p { color: rgb(171,128,101); }
H1.HeaderClassName
{
color: #AB8065;
}
.AnyTagClassName
{
color: #AB8065;
}
</style>
background-color css
<style>
a { background-color: #AB8065; }
a { background-color: rgb(171,128,101); }
div.DivClassName
{
background-color: #AB8065;
}
.BgClassName
{
background-color: #AB8065;
}
</style>
border-color css
<style>
span { border-color: #AB8065; }
span { border-color: rgb(171,128,101); }
td.TdClassName
{
border-color: #AB8065;
}
.TagClassName
{
border-color: #AB8065;
}
</style>