Shades of Medium Wood #A97A56
Tints of Medium Wood #A97A56
RGB
CMYK
RGB Variations
Color information
#A97A56 (or 0xA97A56) is known color: Medium Wood. HEX triplet: A9, 7A and 56. RGB value is (169,122,86). Sum of RGB (Red+Green+Blue) = 169+122+86=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A56 is #5685A9. Grayscale: #848484. Windows color (decimal): -5670314 or 5667497. OLE color: 5667497.
HSL color Cylindrical-coordinate representation of color #A97A56: hue angle of 26.02º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A97A56 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 86 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.34 |
| HSL | 26.02º | 0.33% | 0.5% | - |
| HSV(B) | 26.02º | 0.49% | 0.66% | - |
| XYZ | 25 | 23.03 | 11.93 | - |
| YUV | 131.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 86 | 0 | 0.28 | 0.49 | 0.34 | 26.02 | 0.33 | 0.5 |
| Hex | A9 | 7A | 56 | 0 | 1C | 31 | 22 | 1A | 21 | 32 |
| Octal | 251 | 172 | 126 | 0 | 34 | 61 | 42 | 32 | 41 | 62 |
| Binary | 10101001 | 1111010 | 1010110 | 0 | 11100 | 110001 | 100010 | 11010 | 100001 | 110010 |
Color Harmonies of #A97A56
Complementary color
Monochromatic Colors of #A97A56
Black with #A97A56
Text Example
Text Example
White with #A97A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A56; }
p { color: rgb(169,122,86); }
H1.HeaderClassName
{
color: #A97A56;
}
.AnyTagClassName
{
color: #A97A56;
}
</style>
background-color css
<style>
a { background-color: #A97A56; }
a { background-color: rgb(169,122,86); }
div.DivClassName
{
background-color: #A97A56;
}
.BgClassName
{
background-color: #A97A56;
}
</style>
border-color css
<style>
span { border-color: #A97A56; }
span { border-color: rgb(169,122,86); }
td.TdClassName
{
border-color: #A97A56;
}
.TagClassName
{
border-color: #A97A56;
}
</style>