Shades of Medium Wood #A97F68
Tints of Medium Wood #A97F68
RGB
CMYK
RGB Variations
Color information
#A97F68 (or 0xA97F68) is known color: Medium Wood. HEX triplet: A9, 7F and 68. RGB value is (169,127,104). Sum of RGB (Red+Green+Blue) = 169+127+104=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F68 is #568097. Grayscale: #898989. Windows color (decimal): -5669016 or 6848425. OLE color: 6848425.
HSL color Cylindrical-coordinate representation of color #A97F68: hue angle of 21.23º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97F68 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 104 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.34 |
| HSL | 21.23º | 0.27% | 0.54% | - |
| HSV(B) | 21.23º | 0.38% | 0.66% | - |
| XYZ | 26.45 | 24.61 | 16.45 | - |
| YUV | 136.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 104 | 0 | 0.25 | 0.38 | 0.34 | 21.23 | 0.27 | 0.54 |
| Hex | A9 | 7F | 68 | 0 | 19 | 26 | 22 | 15 | 1B | 36 |
| Octal | 251 | 177 | 150 | 0 | 31 | 46 | 42 | 25 | 33 | 66 |
| Binary | 10101001 | 1111111 | 1101000 | 0 | 11001 | 100110 | 100010 | 10101 | 11011 | 110110 |
Color Harmonies of #A97F68
Complementary color
Monochromatic Colors of #A97F68
Black with #A97F68
Text Example
Text Example
White with #A97F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F68; }
p { color: rgb(169,127,104); }
H1.HeaderClassName
{
color: #A97F68;
}
.AnyTagClassName
{
color: #A97F68;
}
</style>
background-color css
<style>
a { background-color: #A97F68; }
a { background-color: rgb(169,127,104); }
div.DivClassName
{
background-color: #A97F68;
}
.BgClassName
{
background-color: #A97F68;
}
</style>
border-color css
<style>
span { border-color: #A97F68; }
span { border-color: rgb(169,127,104); }
td.TdClassName
{
border-color: #A97F68;
}
.TagClassName
{
border-color: #A97F68;
}
</style>