Shades of Medium Wood #A98560
Tints of Medium Wood #A98560
RGB
CMYK
RGB Variations
Color information
#A98560 (or 0xA98560) is known color: Medium Wood. HEX triplet: A9, 85 and 60. RGB value is (169,133,96). Sum of RGB (Red+Green+Blue) = 169+133+96=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98560 is #567A9F. Grayscale: #8B8B8B. Windows color (decimal): -5667488 or 6325673. OLE color: 6325673.
HSL color Cylindrical-coordinate representation of color #A98560: hue angle of 30.41º 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 #A98560 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 96 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.34 |
| HSL | 30.41º | 0.3% | 0.52% | - |
| HSV(B) | 30.41º | 0.43% | 0.66% | - |
| XYZ | 26.86 | 26.05 | 14.68 | - |
| YUV | 139.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 96 | 0 | 0.21 | 0.43 | 0.34 | 30.41 | 0.3 | 0.52 |
| Hex | A9 | 85 | 60 | 0 | 15 | 2B | 22 | 1E | 1E | 34 |
| Octal | 251 | 205 | 140 | 0 | 25 | 53 | 42 | 36 | 36 | 64 |
| Binary | 10101001 | 10000101 | 1100000 | 0 | 10101 | 101011 | 100010 | 11110 | 11110 | 110100 |
Color Harmonies of #A98560
Complementary color
Monochromatic Colors of #A98560
Black with #A98560
Text Example
Text Example
White with #A98560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98560; }
p { color: rgb(169,133,96); }
H1.HeaderClassName
{
color: #A98560;
}
.AnyTagClassName
{
color: #A98560;
}
</style>
background-color css
<style>
a { background-color: #A98560; }
a { background-color: rgb(169,133,96); }
div.DivClassName
{
background-color: #A98560;
}
.BgClassName
{
background-color: #A98560;
}
</style>
border-color css
<style>
span { border-color: #A98560; }
span { border-color: rgb(169,133,96); }
td.TdClassName
{
border-color: #A98560;
}
.TagClassName
{
border-color: #A98560;
}
</style>