Shades of Medium Wood #A98160
Tints of Medium Wood #A98160
RGB
CMYK
RGB Variations
Color information
#A98160 (or 0xA98160) is known color: Medium Wood. HEX triplet: A9, 81 and 60. RGB value is (169,129,96). Sum of RGB (Red+Green+Blue) = 169+129+96=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A98160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98160 is #567E9F. Grayscale: #898989. Windows color (decimal): -5668512 or 6324649. OLE color: 6324649.
HSL color Cylindrical-coordinate representation of color #A98160: hue angle of 27.12º 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 #A98160 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 96 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.34 |
| HSL | 27.12º | 0.3% | 0.52% | - |
| HSV(B) | 27.12º | 0.43% | 0.66% | - |
| XYZ | 26.32 | 24.98 | 14.5 | - |
| YUV | 137.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 96 | 0 | 0.24 | 0.43 | 0.34 | 27.12 | 0.3 | 0.52 |
| Hex | A9 | 81 | 60 | 0 | 18 | 2B | 22 | 1B | 1E | 34 |
| Octal | 251 | 201 | 140 | 0 | 30 | 53 | 42 | 33 | 36 | 64 |
| Binary | 10101001 | 10000001 | 1100000 | 0 | 11000 | 101011 | 100010 | 11011 | 11110 | 110100 |
Color Harmonies of #A98160
Complementary color
Monochromatic Colors of #A98160
Black with #A98160
Text Example
Text Example
White with #A98160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98160; }
p { color: rgb(169,129,96); }
H1.HeaderClassName
{
color: #A98160;
}
.AnyTagClassName
{
color: #A98160;
}
</style>
background-color css
<style>
a { background-color: #A98160; }
a { background-color: rgb(169,129,96); }
div.DivClassName
{
background-color: #A98160;
}
.BgClassName
{
background-color: #A98160;
}
</style>
border-color css
<style>
span { border-color: #A98160; }
span { border-color: rgb(169,129,96); }
td.TdClassName
{
border-color: #A98160;
}
.TagClassName
{
border-color: #A98160;
}
</style>