Shades of Medium Wood #AB8262
Tints of Medium Wood #AB8262
RGB
CMYK
RGB Variations
Color information
#AB8262 (or 0xAB8262) is known color: Medium Wood. HEX triplet: AB, 82 and 62. RGB value is (171,130,98). Sum of RGB (Red+Green+Blue) = 171+130+98=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8262 is #547D9D. Grayscale: #8A8A8A. Windows color (decimal): -5537182 or 6455979. OLE color: 6455979.
HSL color Cylindrical-coordinate representation of color #AB8262: hue angle of 26.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8262 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 98 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.33 |
| HSL | 26.3º | 0.3% | 0.53% | - |
| HSV(B) | 26.3º | 0.43% | 0.67% | - |
| XYZ | 26.98 | 25.51 | 15.06 | - |
| YUV | 138.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 98 | 0 | 0.24 | 0.43 | 0.33 | 26.3 | 0.3 | 0.53 |
| Hex | AB | 82 | 62 | 0 | 18 | 2B | 21 | 1A | 1E | 35 |
| Octal | 253 | 202 | 142 | 0 | 30 | 53 | 41 | 32 | 36 | 65 |
| Binary | 10101011 | 10000010 | 1100010 | 0 | 11000 | 101011 | 100001 | 11010 | 11110 | 110101 |
Color Harmonies of #AB8262
Complementary color
Monochromatic Colors of #AB8262
Black with #AB8262
Text Example
Text Example
White with #AB8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8262; }
p { color: rgb(171,130,98); }
H1.HeaderClassName
{
color: #AB8262;
}
.AnyTagClassName
{
color: #AB8262;
}
</style>
background-color css
<style>
a { background-color: #AB8262; }
a { background-color: rgb(171,130,98); }
div.DivClassName
{
background-color: #AB8262;
}
.BgClassName
{
background-color: #AB8262;
}
</style>
border-color css
<style>
span { border-color: #AB8262; }
span { border-color: rgb(171,130,98); }
td.TdClassName
{
border-color: #AB8262;
}
.TagClassName
{
border-color: #AB8262;
}
</style>