Shades of Medium Wood #A98460
Tints of Medium Wood #A98460
RGB
CMYK
RGB Variations
Color information
#A98460 (or 0xA98460) is known color: Medium Wood. HEX triplet: A9, 84 and 60. RGB value is (169,132,96). Sum of RGB (Red+Green+Blue) = 169+132+96=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98460 is #567B9F. Grayscale: #8B8B8B. Windows color (decimal): -5667744 or 6325417. OLE color: 6325417.
HSL color Cylindrical-coordinate representation of color #A98460: hue angle of 29.59º 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 #A98460 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 96 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.34 |
| HSL | 29.59º | 0.3% | 0.52% | - |
| HSV(B) | 29.59º | 0.43% | 0.66% | - |
| XYZ | 26.72 | 25.78 | 14.63 | - |
| YUV | 138.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 96 | 0 | 0.22 | 0.43 | 0.34 | 29.59 | 0.3 | 0.52 |
| Hex | A9 | 84 | 60 | 0 | 16 | 2B | 22 | 1E | 1E | 34 |
| Octal | 251 | 204 | 140 | 0 | 26 | 53 | 42 | 36 | 36 | 64 |
| Binary | 10101001 | 10000100 | 1100000 | 0 | 10110 | 101011 | 100010 | 11110 | 11110 | 110100 |
Color Harmonies of #A98460
Complementary color
Monochromatic Colors of #A98460
Black with #A98460
Text Example
Text Example
White with #A98460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98460; }
p { color: rgb(169,132,96); }
H1.HeaderClassName
{
color: #A98460;
}
.AnyTagClassName
{
color: #A98460;
}
</style>
background-color css
<style>
a { background-color: #A98460; }
a { background-color: rgb(169,132,96); }
div.DivClassName
{
background-color: #A98460;
}
.BgClassName
{
background-color: #A98460;
}
</style>
border-color css
<style>
span { border-color: #A98460; }
span { border-color: rgb(169,132,96); }
td.TdClassName
{
border-color: #A98460;
}
.TagClassName
{
border-color: #A98460;
}
</style>