Shades of Medium Wood #A9865F
Tints of Medium Wood #A9865F
RGB
CMYK
RGB Variations
Color information
#A9865F (or 0xA9865F) is known color: Medium Wood. HEX triplet: A9, 86 and 5F. RGB value is (169,134,95). Sum of RGB (Red+Green+Blue) = 169+134+95=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9865F is #5679A0. Grayscale: #8C8C8C. Windows color (decimal): -5667233 or 6260393. OLE color: 6260393.
HSL color Cylindrical-coordinate representation of color #A9865F: hue angle of 31.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9865F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 95 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.34 |
| HSL | 31.62º | 0.3% | 0.52% | - |
| HSV(B) | 31.62º | 0.44% | 0.66% | - |
| XYZ | 26.95 | 26.31 | 14.48 | - |
| YUV | 140.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 95 | 0 | 0.21 | 0.44 | 0.34 | 31.62 | 0.3 | 0.52 |
| Hex | A9 | 86 | 5F | 0 | 15 | 2C | 22 | 20 | 1E | 34 |
| Octal | 251 | 206 | 137 | 0 | 25 | 54 | 42 | 40 | 36 | 64 |
| Binary | 10101001 | 10000110 | 1011111 | 0 | 10101 | 101100 | 100010 | 100000 | 11110 | 110100 |
Color Harmonies of #A9865F
Complementary color
Monochromatic Colors of #A9865F
Black with #A9865F
Text Example
Text Example
White with #A9865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9865F; }
p { color: rgb(169,134,95); }
H1.HeaderClassName
{
color: #A9865F;
}
.AnyTagClassName
{
color: #A9865F;
}
</style>
background-color css
<style>
a { background-color: #A9865F; }
a { background-color: rgb(169,134,95); }
div.DivClassName
{
background-color: #A9865F;
}
.BgClassName
{
background-color: #A9865F;
}
</style>
border-color css
<style>
span { border-color: #A9865F; }
span { border-color: rgb(169,134,95); }
td.TdClassName
{
border-color: #A9865F;
}
.TagClassName
{
border-color: #A9865F;
}
</style>