Shades of Medium Wood #AB8265
Tints of Medium Wood #AB8265
RGB
CMYK
RGB Variations
Color information
#AB8265 (or 0xAB8265) is known color: Medium Wood. HEX triplet: AB, 82 and 65. RGB value is (171,130,101). Sum of RGB (Red+Green+Blue) = 171+130+101=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8265 is #547D9A. Grayscale: #8B8B8B. Windows color (decimal): -5537179 or 6652587. OLE color: 6652587.
HSL color Cylindrical-coordinate representation of color #AB8265: hue angle of 24.86º 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 #AB8265 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 101 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.33 |
| HSL | 24.86º | 0.29% | 0.53% | - |
| HSV(B) | 24.86º | 0.41% | 0.67% | - |
| XYZ | 27.13 | 25.56 | 15.82 | - |
| YUV | 138.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 101 | 0 | 0.24 | 0.41 | 0.33 | 24.86 | 0.29 | 0.53 |
| Hex | AB | 82 | 65 | 0 | 18 | 29 | 21 | 19 | 1D | 35 |
| Octal | 253 | 202 | 145 | 0 | 30 | 51 | 41 | 31 | 35 | 65 |
| Binary | 10101011 | 10000010 | 1100101 | 0 | 11000 | 101001 | 100001 | 11001 | 11101 | 110101 |
Color Harmonies of #AB8265
Complementary color
Monochromatic Colors of #AB8265
Black with #AB8265
Text Example
Text Example
White with #AB8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8265; }
p { color: rgb(171,130,101); }
H1.HeaderClassName
{
color: #AB8265;
}
.AnyTagClassName
{
color: #AB8265;
}
</style>
background-color css
<style>
a { background-color: #AB8265; }
a { background-color: rgb(171,130,101); }
div.DivClassName
{
background-color: #AB8265;
}
.BgClassName
{
background-color: #AB8265;
}
</style>
border-color css
<style>
span { border-color: #AB8265; }
span { border-color: rgb(171,130,101); }
td.TdClassName
{
border-color: #AB8265;
}
.TagClassName
{
border-color: #AB8265;
}
</style>