Shades of Medium Wood #A97B61
Tints of Medium Wood #A97B61
RGB
CMYK
RGB Variations
Color information
#A97B61 (or 0xA97B61) is known color: Medium Wood. HEX triplet: A9, 7B and 61. RGB value is (169,123,97). Sum of RGB (Red+Green+Blue) = 169+123+97=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B61 is #56849E. Grayscale: #858585. Windows color (decimal): -5670047 or 6388649. OLE color: 6388649.
HSL color Cylindrical-coordinate representation of color #A97B61: hue angle of 21.67º 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 #A97B61 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 97 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.34 |
| HSL | 21.67º | 0.3% | 0.52% | - |
| HSV(B) | 21.67º | 0.43% | 0.66% | - |
| XYZ | 25.6 | 23.46 | 14.49 | - |
| YUV | 133.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 97 | 0 | 0.27 | 0.43 | 0.34 | 21.67 | 0.3 | 0.52 |
| Hex | A9 | 7B | 61 | 0 | 1B | 2B | 22 | 16 | 1E | 34 |
| Octal | 251 | 173 | 141 | 0 | 33 | 53 | 42 | 26 | 36 | 64 |
| Binary | 10101001 | 1111011 | 1100001 | 0 | 11011 | 101011 | 100010 | 10110 | 11110 | 110100 |
Color Harmonies of #A97B61
Complementary color
Monochromatic Colors of #A97B61
Black with #A97B61
Text Example
Text Example
White with #A97B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B61; }
p { color: rgb(169,123,97); }
H1.HeaderClassName
{
color: #A97B61;
}
.AnyTagClassName
{
color: #A97B61;
}
</style>
background-color css
<style>
a { background-color: #A97B61; }
a { background-color: rgb(169,123,97); }
div.DivClassName
{
background-color: #A97B61;
}
.BgClassName
{
background-color: #A97B61;
}
</style>
border-color css
<style>
span { border-color: #A97B61; }
span { border-color: rgb(169,123,97); }
td.TdClassName
{
border-color: #A97B61;
}
.TagClassName
{
border-color: #A97B61;
}
</style>