Shades of Medium Wood #A97F60
Tints of Medium Wood #A97F60
RGB
CMYK
RGB Variations
Color information
#A97F60 (or 0xA97F60) is known color: Medium Wood. HEX triplet: A9, 7F and 60. RGB value is (169,127,96). Sum of RGB (Red+Green+Blue) = 169+127+96=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F60 is #56809F. Grayscale: #888888. Windows color (decimal): -5669024 or 6324137. OLE color: 6324137.
HSL color Cylindrical-coordinate representation of color #A97F60: hue angle of 25.48º 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 #A97F60 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 96 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.34 |
| HSL | 25.48º | 0.3% | 0.52% | - |
| HSV(B) | 25.48º | 0.43% | 0.66% | - |
| XYZ | 26.06 | 24.46 | 14.41 | - |
| YUV | 136.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 96 | 0 | 0.25 | 0.43 | 0.34 | 25.48 | 0.3 | 0.52 |
| Hex | A9 | 7F | 60 | 0 | 19 | 2B | 22 | 19 | 1E | 34 |
| Octal | 251 | 177 | 140 | 0 | 31 | 53 | 42 | 31 | 36 | 64 |
| Binary | 10101001 | 1111111 | 1100000 | 0 | 11001 | 101011 | 100010 | 11001 | 11110 | 110100 |
Color Harmonies of #A97F60
Complementary color
Monochromatic Colors of #A97F60
Black with #A97F60
Text Example
Text Example
White with #A97F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F60; }
p { color: rgb(169,127,96); }
H1.HeaderClassName
{
color: #A97F60;
}
.AnyTagClassName
{
color: #A97F60;
}
</style>
background-color css
<style>
a { background-color: #A97F60; }
a { background-color: rgb(169,127,96); }
div.DivClassName
{
background-color: #A97F60;
}
.BgClassName
{
background-color: #A97F60;
}
</style>
border-color css
<style>
span { border-color: #A97F60; }
span { border-color: rgb(169,127,96); }
td.TdClassName
{
border-color: #A97F60;
}
.TagClassName
{
border-color: #A97F60;
}
</style>