Shades of Medium Wood #AB8266
Tints of Medium Wood #AB8266
RGB
CMYK
RGB Variations
Color information
#AB8266 (or 0xAB8266) is known color: Medium Wood. HEX triplet: AB, 82 and 66. RGB value is (171,130,102). Sum of RGB (Red+Green+Blue) = 171+130+102=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8266 is #547D99. Grayscale: #8B8B8B. Windows color (decimal): -5537178 or 6718123. OLE color: 6718123.
HSL color Cylindrical-coordinate representation of color #AB8266: hue angle of 24.35º 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 #AB8266 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 102 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.33 |
| HSL | 24.35º | 0.29% | 0.54% | - |
| HSV(B) | 24.35º | 0.4% | 0.67% | - |
| XYZ | 27.18 | 25.58 | 16.08 | - |
| YUV | 139.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 102 | 0 | 0.24 | 0.40 | 0.33 | 24.35 | 0.29 | 0.54 |
| Hex | AB | 82 | 66 | 0 | 18 | 28 | 21 | 18 | 1D | 36 |
| Octal | 253 | 202 | 146 | 0 | 30 | 50 | 41 | 30 | 35 | 66 |
| Binary | 10101011 | 10000010 | 1100110 | 0 | 11000 | 101000 | 100001 | 11000 | 11101 | 110110 |
Color Harmonies of #AB8266
Complementary color
Monochromatic Colors of #AB8266
Black with #AB8266
Text Example
Text Example
White with #AB8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8266; }
p { color: rgb(171,130,102); }
H1.HeaderClassName
{
color: #AB8266;
}
.AnyTagClassName
{
color: #AB8266;
}
</style>
background-color css
<style>
a { background-color: #AB8266; }
a { background-color: rgb(171,130,102); }
div.DivClassName
{
background-color: #AB8266;
}
.BgClassName
{
background-color: #AB8266;
}
</style>
border-color css
<style>
span { border-color: #AB8266; }
span { border-color: rgb(171,130,102); }
td.TdClassName
{
border-color: #AB8266;
}
.TagClassName
{
border-color: #AB8266;
}
</style>