Shades of Medium Wood #A97B63
Tints of Medium Wood #A97B63
RGB
CMYK
RGB Variations
Color information
#A97B63 (or 0xA97B63) is known color: Medium Wood. HEX triplet: A9, 7B and 63. RGB value is (169,123,99). Sum of RGB (Red+Green+Blue) = 169+123+99=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B63 is #56849C. Grayscale: #868686. Windows color (decimal): -5670045 or 6519721. OLE color: 6519721.
HSL color Cylindrical-coordinate representation of color #A97B63: hue angle of 20.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97B63 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 99 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.34 |
| HSL | 20.57º | 0.29% | 0.53% | - |
| HSV(B) | 20.57º | 0.41% | 0.66% | - |
| XYZ | 25.7 | 23.5 | 14.99 | - |
| YUV | 134.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 99 | 0 | 0.27 | 0.41 | 0.34 | 20.57 | 0.29 | 0.53 |
| Hex | A9 | 7B | 63 | 0 | 1B | 29 | 22 | 15 | 1D | 35 |
| Octal | 251 | 173 | 143 | 0 | 33 | 51 | 42 | 25 | 35 | 65 |
| Binary | 10101001 | 1111011 | 1100011 | 0 | 11011 | 101001 | 100010 | 10101 | 11101 | 110101 |
Color Harmonies of #A97B63
Complementary color
Monochromatic Colors of #A97B63
Black with #A97B63
Text Example
Text Example
White with #A97B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B63; }
p { color: rgb(169,123,99); }
H1.HeaderClassName
{
color: #A97B63;
}
.AnyTagClassName
{
color: #A97B63;
}
</style>
background-color css
<style>
a { background-color: #A97B63; }
a { background-color: rgb(169,123,99); }
div.DivClassName
{
background-color: #A97B63;
}
.BgClassName
{
background-color: #A97B63;
}
</style>
border-color css
<style>
span { border-color: #A97B63; }
span { border-color: rgb(169,123,99); }
td.TdClassName
{
border-color: #A97B63;
}
.TagClassName
{
border-color: #A97B63;
}
</style>