Shades of Medium Wood #A98064
Tints of Medium Wood #A98064
RGB
CMYK
RGB Variations
Color information
#A98064 (or 0xA98064) is known color: Medium Wood. HEX triplet: A9, 80 and 64. RGB value is (169,128,100). Sum of RGB (Red+Green+Blue) = 169+128+100=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98064 is #567F9B. Grayscale: #898989. Windows color (decimal): -5668764 or 6586537. OLE color: 6586537.
HSL color Cylindrical-coordinate representation of color #A98064: hue angle of 24.35º 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 #A98064 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 100 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.34 |
| HSL | 24.35º | 0.29% | 0.53% | - |
| HSV(B) | 24.35º | 0.41% | 0.66% | - |
| XYZ | 26.38 | 24.79 | 15.45 | - |
| YUV | 137.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 100 | 0 | 0.24 | 0.41 | 0.34 | 24.35 | 0.29 | 0.53 |
| Hex | A9 | 80 | 64 | 0 | 18 | 29 | 22 | 18 | 1D | 35 |
| Octal | 251 | 200 | 144 | 0 | 30 | 51 | 42 | 30 | 35 | 65 |
| Binary | 10101001 | 10000000 | 1100100 | 0 | 11000 | 101001 | 100010 | 11000 | 11101 | 110101 |
Color Harmonies of #A98064
Complementary color
Monochromatic Colors of #A98064
Black with #A98064
Text Example
Text Example
White with #A98064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98064; }
p { color: rgb(169,128,100); }
H1.HeaderClassName
{
color: #A98064;
}
.AnyTagClassName
{
color: #A98064;
}
</style>
background-color css
<style>
a { background-color: #A98064; }
a { background-color: rgb(169,128,100); }
div.DivClassName
{
background-color: #A98064;
}
.BgClassName
{
background-color: #A98064;
}
</style>
border-color css
<style>
span { border-color: #A98064; }
span { border-color: rgb(169,128,100); }
td.TdClassName
{
border-color: #A98064;
}
.TagClassName
{
border-color: #A98064;
}
</style>