Shades of Medium Wood #A97861
Tints of Medium Wood #A97861
RGB
CMYK
RGB Variations
Color information
#A97861 (or 0xA97861) is known color: Medium Wood. HEX triplet: A9, 78 and 61. RGB value is (169,120,97). Sum of RGB (Red+Green+Blue) = 169+120+97=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A97861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97861 is #56879E. Grayscale: #848484. Windows color (decimal): -5670815 or 6387881. OLE color: 6387881.
HSL color Cylindrical-coordinate representation of color #A97861: hue angle of 19.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97861 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 97 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.34 |
| HSL | 19.17º | 0.3% | 0.52% | - |
| HSV(B) | 19.17º | 0.43% | 0.66% | - |
| XYZ | 25.24 | 22.73 | 14.37 | - |
| YUV | 132.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 97 | 0 | 0.29 | 0.43 | 0.34 | 19.17 | 0.3 | 0.52 |
| Hex | A9 | 78 | 61 | 0 | 1D | 2B | 22 | 13 | 1E | 34 |
| Octal | 251 | 170 | 141 | 0 | 35 | 53 | 42 | 23 | 36 | 64 |
| Binary | 10101001 | 1111000 | 1100001 | 0 | 11101 | 101011 | 100010 | 10011 | 11110 | 110100 |
Color Harmonies of #A97861
Complementary color
Monochromatic Colors of #A97861
Black with #A97861
Text Example
Text Example
White with #A97861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97861; }
p { color: rgb(169,120,97); }
H1.HeaderClassName
{
color: #A97861;
}
.AnyTagClassName
{
color: #A97861;
}
</style>
background-color css
<style>
a { background-color: #A97861; }
a { background-color: rgb(169,120,97); }
div.DivClassName
{
background-color: #A97861;
}
.BgClassName
{
background-color: #A97861;
}
</style>
border-color css
<style>
span { border-color: #A97861; }
span { border-color: rgb(169,120,97); }
td.TdClassName
{
border-color: #A97861;
}
.TagClassName
{
border-color: #A97861;
}
</style>