Shades of Medium Wood #AB8269
Tints of Medium Wood #AB8269
RGB
CMYK
RGB Variations
Color information
#AB8269 (or 0xAB8269) is known color: Medium Wood. HEX triplet: AB, 82 and 69. RGB value is (171,130,105). Sum of RGB (Red+Green+Blue) = 171+130+105=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8269 is #547D96. Grayscale: #8B8B8B. Windows color (decimal): -5537175 or 6914731. OLE color: 6914731.
HSL color Cylindrical-coordinate representation of color #AB8269: hue angle of 22.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8269 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 105 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.33 |
| HSL | 22.73º | 0.28% | 0.54% | - |
| HSV(B) | 22.73º | 0.39% | 0.67% | - |
| XYZ | 27.33 | 25.64 | 16.87 | - |
| YUV | 139.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 105 | 0 | 0.24 | 0.39 | 0.33 | 22.73 | 0.28 | 0.54 |
| Hex | AB | 82 | 69 | 0 | 18 | 27 | 21 | 17 | 1C | 36 |
| Octal | 253 | 202 | 151 | 0 | 30 | 47 | 41 | 27 | 34 | 66 |
| Binary | 10101011 | 10000010 | 1101001 | 0 | 11000 | 100111 | 100001 | 10111 | 11100 | 110110 |
Color Harmonies of #AB8269
Complementary color
Monochromatic Colors of #AB8269
Black with #AB8269
Text Example
Text Example
White with #AB8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8269; }
p { color: rgb(171,130,105); }
H1.HeaderClassName
{
color: #AB8269;
}
.AnyTagClassName
{
color: #AB8269;
}
</style>
background-color css
<style>
a { background-color: #AB8269; }
a { background-color: rgb(171,130,105); }
div.DivClassName
{
background-color: #AB8269;
}
.BgClassName
{
background-color: #AB8269;
}
</style>
border-color css
<style>
span { border-color: #AB8269; }
span { border-color: rgb(171,130,105); }
td.TdClassName
{
border-color: #AB8269;
}
.TagClassName
{
border-color: #AB8269;
}
</style>