Shades of Medium Wood #A97C59
Tints of Medium Wood #A97C59
RGB
CMYK
RGB Variations
Color information
#A97C59 (or 0xA97C59) is known color: Medium Wood. HEX triplet: A9, 7C and 59. RGB value is (169,124,89). Sum of RGB (Red+Green+Blue) = 169+124+89=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C59 is #5683A6. Grayscale: #858585. Windows color (decimal): -5669799 or 5864617. OLE color: 5864617.
HSL color Cylindrical-coordinate representation of color #A97C59: hue angle of 26.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A97C59 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 89 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.34 |
| HSL | 26.25º | 0.32% | 0.51% | - |
| HSV(B) | 26.25º | 0.47% | 0.66% | - |
| XYZ | 25.37 | 23.57 | 12.66 | - |
| YUV | 133.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 89 | 0 | 0.27 | 0.47 | 0.34 | 26.25 | 0.32 | 0.51 |
| Hex | A9 | 7C | 59 | 0 | 1B | 2F | 22 | 1A | 20 | 33 |
| Octal | 251 | 174 | 131 | 0 | 33 | 57 | 42 | 32 | 40 | 63 |
| Binary | 10101001 | 1111100 | 1011001 | 0 | 11011 | 101111 | 100010 | 11010 | 100000 | 110011 |
Color Harmonies of #A97C59
Complementary color
Monochromatic Colors of #A97C59
Black with #A97C59
Text Example
Text Example
White with #A97C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C59; }
p { color: rgb(169,124,89); }
H1.HeaderClassName
{
color: #A97C59;
}
.AnyTagClassName
{
color: #A97C59;
}
</style>
background-color css
<style>
a { background-color: #A97C59; }
a { background-color: rgb(169,124,89); }
div.DivClassName
{
background-color: #A97C59;
}
.BgClassName
{
background-color: #A97C59;
}
</style>
border-color css
<style>
span { border-color: #A97C59; }
span { border-color: rgb(169,124,89); }
td.TdClassName
{
border-color: #A97C59;
}
.TagClassName
{
border-color: #A97C59;
}
</style>