Shades of Medium Wood #A97F5C
Tints of Medium Wood #A97F5C
RGB
CMYK
RGB Variations
Color information
#A97F5C (or 0xA97F5C) is known color: Medium Wood. HEX triplet: A9, 7F and 5C. RGB value is (169,127,92). Sum of RGB (Red+Green+Blue) = 169+127+92=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F5C is #5680A3. Grayscale: #878787. Windows color (decimal): -5669028 or 6061993. OLE color: 6061993.
HSL color Cylindrical-coordinate representation of color #A97F5C: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A97F5C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 92 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.34 |
| HSL | 27.27º | 0.31% | 0.51% | - |
| HSV(B) | 27.27º | 0.46% | 0.66% | - |
| XYZ | 25.88 | 24.39 | 13.47 | - |
| YUV | 135.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 92 | 0 | 0.25 | 0.46 | 0.34 | 27.27 | 0.31 | 0.51 |
| Hex | A9 | 7F | 5C | 0 | 19 | 2E | 22 | 1B | 1F | 33 |
| Octal | 251 | 177 | 134 | 0 | 31 | 56 | 42 | 33 | 37 | 63 |
| Binary | 10101001 | 1111111 | 1011100 | 0 | 11001 | 101110 | 100010 | 11011 | 11111 | 110011 |
Color Harmonies of #A97F5C
Complementary color
Monochromatic Colors of #A97F5C
Black with #A97F5C
Text Example
Text Example
White with #A97F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F5C; }
p { color: rgb(169,127,92); }
H1.HeaderClassName
{
color: #A97F5C;
}
.AnyTagClassName
{
color: #A97F5C;
}
</style>
background-color css
<style>
a { background-color: #A97F5C; }
a { background-color: rgb(169,127,92); }
div.DivClassName
{
background-color: #A97F5C;
}
.BgClassName
{
background-color: #A97F5C;
}
</style>
border-color css
<style>
span { border-color: #A97F5C; }
span { border-color: rgb(169,127,92); }
td.TdClassName
{
border-color: #A97F5C;
}
.TagClassName
{
border-color: #A97F5C;
}
</style>