Shades of Medium Wood #A97A61
Tints of Medium Wood #A97A61
RGB
CMYK
RGB Variations
Color information
#A97A61 (or 0xA97A61) is known color: Medium Wood. HEX triplet: A9, 7A and 61. RGB value is (169,122,97). Sum of RGB (Red+Green+Blue) = 169+122+97=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A61 is #56859E. Grayscale: #858585. Windows color (decimal): -5670303 or 6388393. OLE color: 6388393.
HSL color Cylindrical-coordinate representation of color #A97A61: hue angle of 20.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97A61 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 97 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.34 |
| HSL | 20.83º | 0.3% | 0.52% | - |
| HSV(B) | 20.83º | 0.43% | 0.66% | - |
| XYZ | 25.48 | 23.22 | 14.45 | - |
| YUV | 133.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 97 | 0 | 0.28 | 0.43 | 0.34 | 20.83 | 0.3 | 0.52 |
| Hex | A9 | 7A | 61 | 0 | 1C | 2B | 22 | 15 | 1E | 34 |
| Octal | 251 | 172 | 141 | 0 | 34 | 53 | 42 | 25 | 36 | 64 |
| Binary | 10101001 | 1111010 | 1100001 | 0 | 11100 | 101011 | 100010 | 10101 | 11110 | 110100 |
Color Harmonies of #A97A61
Complementary color
Monochromatic Colors of #A97A61
Black with #A97A61
Text Example
Text Example
White with #A97A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A61; }
p { color: rgb(169,122,97); }
H1.HeaderClassName
{
color: #A97A61;
}
.AnyTagClassName
{
color: #A97A61;
}
</style>
background-color css
<style>
a { background-color: #A97A61; }
a { background-color: rgb(169,122,97); }
div.DivClassName
{
background-color: #A97A61;
}
.BgClassName
{
background-color: #A97A61;
}
</style>
border-color css
<style>
span { border-color: #A97A61; }
span { border-color: rgb(169,122,97); }
td.TdClassName
{
border-color: #A97A61;
}
.TagClassName
{
border-color: #A97A61;
}
</style>