Shades of Medium Wood #A97D59
Tints of Medium Wood #A97D59
RGB
CMYK
RGB Variations
Color information
#A97D59 (or 0xA97D59) is known color: Medium Wood. HEX triplet: A9, 7D and 59. RGB value is (169,125,89). Sum of RGB (Red+Green+Blue) = 169+125+89=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D59 is #5682A6. Grayscale: #868686. Windows color (decimal): -5669543 or 5864873. OLE color: 5864873.
HSL color Cylindrical-coordinate representation of color #A97D59: hue angle of 27º 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 #A97D59 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 89 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.34 |
| HSL | 27º | 0.32% | 0.51% | - |
| HSV(B) | 27º | 0.47% | 0.66% | - |
| XYZ | 25.5 | 23.82 | 12.71 | - |
| YUV | 134.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 89 | 0 | 0.26 | 0.47 | 0.34 | 27 | 0.32 | 0.51 |
| Hex | A9 | 7D | 59 | 0 | 1A | 2F | 22 | 1B | 20 | 33 |
| Octal | 251 | 175 | 131 | 0 | 32 | 57 | 42 | 33 | 40 | 63 |
| Binary | 10101001 | 1111101 | 1011001 | 0 | 11010 | 101111 | 100010 | 11011 | 100000 | 110011 |
Color Harmonies of #A97D59
Complementary color
Monochromatic Colors of #A97D59
Black with #A97D59
Text Example
Text Example
White with #A97D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D59; }
p { color: rgb(169,125,89); }
H1.HeaderClassName
{
color: #A97D59;
}
.AnyTagClassName
{
color: #A97D59;
}
</style>
background-color css
<style>
a { background-color: #A97D59; }
a { background-color: rgb(169,125,89); }
div.DivClassName
{
background-color: #A97D59;
}
.BgClassName
{
background-color: #A97D59;
}
</style>
border-color css
<style>
span { border-color: #A97D59; }
span { border-color: rgb(169,125,89); }
td.TdClassName
{
border-color: #A97D59;
}
.TagClassName
{
border-color: #A97D59;
}
</style>