Shades of Medium Wood #A98164
Tints of Medium Wood #A98164
RGB
CMYK
RGB Variations
Color information
#A98164 (or 0xA98164) is known color: Medium Wood. HEX triplet: A9, 81 and 64. RGB value is (169,129,100). Sum of RGB (Red+Green+Blue) = 169+129+100=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98164 is #567E9B. Grayscale: #898989. Windows color (decimal): -5668508 or 6586793. OLE color: 6586793.
HSL color Cylindrical-coordinate representation of color #A98164: hue angle of 25.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98164 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 100 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.34 |
| HSL | 25.22º | 0.29% | 0.53% | - |
| HSV(B) | 25.22º | 0.41% | 0.66% | - |
| XYZ | 26.51 | 25.06 | 15.5 | - |
| YUV | 137.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 100 | 0 | 0.24 | 0.41 | 0.34 | 25.22 | 0.29 | 0.53 |
| Hex | A9 | 81 | 64 | 0 | 18 | 29 | 22 | 19 | 1D | 35 |
| Octal | 251 | 201 | 144 | 0 | 30 | 51 | 42 | 31 | 35 | 65 |
| Binary | 10101001 | 10000001 | 1100100 | 0 | 11000 | 101001 | 100010 | 11001 | 11101 | 110101 |
Color Harmonies of #A98164
Complementary color
Monochromatic Colors of #A98164
Black with #A98164
Text Example
Text Example
White with #A98164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98164; }
p { color: rgb(169,129,100); }
H1.HeaderClassName
{
color: #A98164;
}
.AnyTagClassName
{
color: #A98164;
}
</style>
background-color css
<style>
a { background-color: #A98164; }
a { background-color: rgb(169,129,100); }
div.DivClassName
{
background-color: #A98164;
}
.BgClassName
{
background-color: #A98164;
}
</style>
border-color css
<style>
span { border-color: #A98164; }
span { border-color: rgb(169,129,100); }
td.TdClassName
{
border-color: #A98164;
}
.TagClassName
{
border-color: #A98164;
}
</style>