Shades of Medium Wood #A97D68
Tints of Medium Wood #A97D68
RGB
CMYK
RGB Variations
Color information
#A97D68 (or 0xA97D68) is known color: Medium Wood. HEX triplet: A9, 7D and 68. RGB value is (169,125,104). Sum of RGB (Red+Green+Blue) = 169+125+104=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D68 is #568297. Grayscale: #878787. Windows color (decimal): -5669528 or 6847913. OLE color: 6847913.
HSL color Cylindrical-coordinate representation of color #A97D68: hue angle of 19.38º 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 #A97D68 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 104 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.34 |
| HSL | 19.38º | 0.27% | 0.54% | - |
| HSV(B) | 19.38º | 0.38% | 0.66% | - |
| XYZ | 26.19 | 24.1 | 16.37 | - |
| YUV | 135.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 104 | 0 | 0.26 | 0.38 | 0.34 | 19.38 | 0.27 | 0.54 |
| Hex | A9 | 7D | 68 | 0 | 1A | 26 | 22 | 13 | 1B | 36 |
| Octal | 251 | 175 | 150 | 0 | 32 | 46 | 42 | 23 | 33 | 66 |
| Binary | 10101001 | 1111101 | 1101000 | 0 | 11010 | 100110 | 100010 | 10011 | 11011 | 110110 |
Color Harmonies of #A97D68
Complementary color
Monochromatic Colors of #A97D68
Black with #A97D68
Text Example
Text Example
White with #A97D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D68; }
p { color: rgb(169,125,104); }
H1.HeaderClassName
{
color: #A97D68;
}
.AnyTagClassName
{
color: #A97D68;
}
</style>
background-color css
<style>
a { background-color: #A97D68; }
a { background-color: rgb(169,125,104); }
div.DivClassName
{
background-color: #A97D68;
}
.BgClassName
{
background-color: #A97D68;
}
</style>
border-color css
<style>
span { border-color: #A97D68; }
span { border-color: rgb(169,125,104); }
td.TdClassName
{
border-color: #A97D68;
}
.TagClassName
{
border-color: #A97D68;
}
</style>