Shades of Medium Wood #A9816B
Tints of Medium Wood #A9816B
RGB
CMYK
RGB Variations
Color information
#A9816B (or 0xA9816B) is known color: Medium Wood. HEX triplet: A9, 81 and 6B. RGB value is (169,129,107). Sum of RGB (Red+Green+Blue) = 169+129+107=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A9816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9816B is #567E94. Grayscale: #8A8A8A. Windows color (decimal): -5668501 or 7045545. OLE color: 7045545.
HSL color Cylindrical-coordinate representation of color #A9816B: hue angle of 21.29º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9816B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 107 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.34 |
| HSL | 21.29º | 0.26% | 0.54% | - |
| HSV(B) | 21.29º | 0.37% | 0.66% | - |
| XYZ | 26.87 | 25.2 | 17.36 | - |
| YUV | 138.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 107 | 0 | 0.24 | 0.37 | 0.34 | 21.29 | 0.26 | 0.54 |
| Hex | A9 | 81 | 6B | 0 | 18 | 25 | 22 | 15 | 1A | 36 |
| Octal | 251 | 201 | 153 | 0 | 30 | 45 | 42 | 25 | 32 | 66 |
| Binary | 10101001 | 10000001 | 1101011 | 0 | 11000 | 100101 | 100010 | 10101 | 11010 | 110110 |
Color Harmonies of #A9816B
Complementary color
Monochromatic Colors of #A9816B
Black with #A9816B
Text Example
Text Example
White with #A9816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9816B; }
p { color: rgb(169,129,107); }
H1.HeaderClassName
{
color: #A9816B;
}
.AnyTagClassName
{
color: #A9816B;
}
</style>
background-color css
<style>
a { background-color: #A9816B; }
a { background-color: rgb(169,129,107); }
div.DivClassName
{
background-color: #A9816B;
}
.BgClassName
{
background-color: #A9816B;
}
</style>
border-color css
<style>
span { border-color: #A9816B; }
span { border-color: rgb(169,129,107); }
td.TdClassName
{
border-color: #A9816B;
}
.TagClassName
{
border-color: #A9816B;
}
</style>