Shades of Medium Wood #A98466
Tints of Medium Wood #A98466
RGB
CMYK
RGB Variations
Color information
#A98466 (or 0xA98466) is known color: Medium Wood. HEX triplet: A9, 84 and 66. RGB value is (169,132,102). Sum of RGB (Red+Green+Blue) = 169+132+102=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A98466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98466 is #567B99. Grayscale: #8B8B8B. Windows color (decimal): -5667738 or 6718633. OLE color: 6718633.
HSL color Cylindrical-coordinate representation of color #A98466: hue angle of 26.87º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98466 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 102 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.34 |
| HSL | 26.87º | 0.28% | 0.53% | - |
| HSV(B) | 26.87º | 0.4% | 0.66% | - |
| XYZ | 27.01 | 25.9 | 16.15 | - |
| YUV | 139.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 102 | 0 | 0.22 | 0.40 | 0.34 | 26.87 | 0.28 | 0.53 |
| Hex | A9 | 84 | 66 | 0 | 16 | 28 | 22 | 1B | 1C | 35 |
| Octal | 251 | 204 | 146 | 0 | 26 | 50 | 42 | 33 | 34 | 65 |
| Binary | 10101001 | 10000100 | 1100110 | 0 | 10110 | 101000 | 100010 | 11011 | 11100 | 110101 |
Color Harmonies of #A98466
Complementary color
Monochromatic Colors of #A98466
Black with #A98466
Text Example
Text Example
White with #A98466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98466; }
p { color: rgb(169,132,102); }
H1.HeaderClassName
{
color: #A98466;
}
.AnyTagClassName
{
color: #A98466;
}
</style>
background-color css
<style>
a { background-color: #A98466; }
a { background-color: rgb(169,132,102); }
div.DivClassName
{
background-color: #A98466;
}
.BgClassName
{
background-color: #A98466;
}
</style>
border-color css
<style>
span { border-color: #A98466; }
span { border-color: rgb(169,132,102); }
td.TdClassName
{
border-color: #A98466;
}
.TagClassName
{
border-color: #A98466;
}
</style>