Shades of Medium Wood #A97A5E
Tints of Medium Wood #A97A5E
RGB
CMYK
RGB Variations
Color information
#A97A5E (or 0xA97A5E) is known color: Medium Wood. HEX triplet: A9, 7A and 5E. RGB value is (169,122,94). Sum of RGB (Red+Green+Blue) = 169+122+94=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A5E is #5685A1. Grayscale: #858585. Windows color (decimal): -5670306 or 6191785. OLE color: 6191785.
HSL color Cylindrical-coordinate representation of color #A97A5E: hue angle of 22.4º 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 #A97A5E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 94 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.34 |
| HSL | 22.4º | 0.3% | 0.52% | - |
| HSV(B) | 22.4º | 0.44% | 0.66% | - |
| XYZ | 25.34 | 23.16 | 13.72 | - |
| YUV | 132.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 94 | 0 | 0.28 | 0.44 | 0.34 | 22.4 | 0.3 | 0.52 |
| Hex | A9 | 7A | 5E | 0 | 1C | 2C | 22 | 16 | 1E | 34 |
| Octal | 251 | 172 | 136 | 0 | 34 | 54 | 42 | 26 | 36 | 64 |
| Binary | 10101001 | 1111010 | 1011110 | 0 | 11100 | 101100 | 100010 | 10110 | 11110 | 110100 |
Color Harmonies of #A97A5E
Complementary color
Monochromatic Colors of #A97A5E
Black with #A97A5E
Text Example
Text Example
White with #A97A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A5E; }
p { color: rgb(169,122,94); }
H1.HeaderClassName
{
color: #A97A5E;
}
.AnyTagClassName
{
color: #A97A5E;
}
</style>
background-color css
<style>
a { background-color: #A97A5E; }
a { background-color: rgb(169,122,94); }
div.DivClassName
{
background-color: #A97A5E;
}
.BgClassName
{
background-color: #A97A5E;
}
</style>
border-color css
<style>
span { border-color: #A97A5E; }
span { border-color: rgb(169,122,94); }
td.TdClassName
{
border-color: #A97A5E;
}
.TagClassName
{
border-color: #A97A5E;
}
</style>