Shades of Medium Wood #A97D5E
Tints of Medium Wood #A97D5E
RGB
CMYK
RGB Variations
Color information
#A97D5E (or 0xA97D5E) is known color: Medium Wood. HEX triplet: A9, 7D and 5E. RGB value is (169,125,94). Sum of RGB (Red+Green+Blue) = 169+125+94=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D5E is #5682A1. Grayscale: #868686. Windows color (decimal): -5669538 or 6192553. OLE color: 6192553.
HSL color Cylindrical-coordinate representation of color #A97D5E: hue angle of 24.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97D5E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 94 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.34 |
| HSL | 24.8º | 0.3% | 0.52% | - |
| HSV(B) | 24.8º | 0.44% | 0.66% | - |
| XYZ | 25.72 | 23.91 | 13.85 | - |
| YUV | 134.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 94 | 0 | 0.26 | 0.44 | 0.34 | 24.8 | 0.3 | 0.52 |
| Hex | A9 | 7D | 5E | 0 | 1A | 2C | 22 | 19 | 1E | 34 |
| Octal | 251 | 175 | 136 | 0 | 32 | 54 | 42 | 31 | 36 | 64 |
| Binary | 10101001 | 1111101 | 1011110 | 0 | 11010 | 101100 | 100010 | 11001 | 11110 | 110100 |
Color Harmonies of #A97D5E
Complementary color
Monochromatic Colors of #A97D5E
Black with #A97D5E
Text Example
Text Example
White with #A97D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D5E; }
p { color: rgb(169,125,94); }
H1.HeaderClassName
{
color: #A97D5E;
}
.AnyTagClassName
{
color: #A97D5E;
}
</style>
background-color css
<style>
a { background-color: #A97D5E; }
a { background-color: rgb(169,125,94); }
div.DivClassName
{
background-color: #A97D5E;
}
.BgClassName
{
background-color: #A97D5E;
}
</style>
border-color css
<style>
span { border-color: #A97D5E; }
span { border-color: rgb(169,125,94); }
td.TdClassName
{
border-color: #A97D5E;
}
.TagClassName
{
border-color: #A97D5E;
}
</style>