Shades of Medium Wood #A98266
Tints of Medium Wood #A98266
RGB
CMYK
RGB Variations
Color information
#A98266 (or 0xA98266) is known color: Medium Wood. HEX triplet: A9, 82 and 66. RGB value is (169,130,102). Sum of RGB (Red+Green+Blue) = 169+130+102=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A98266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98266 is #567D99. Grayscale: #8A8A8A. Windows color (decimal): -5668250 or 6718121. OLE color: 6718121.
HSL color Cylindrical-coordinate representation of color #A98266: hue angle of 25.07º 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 #A98266 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 102 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.34 |
| HSL | 25.07º | 0.28% | 0.53% | - |
| HSV(B) | 25.07º | 0.4% | 0.66% | - |
| XYZ | 26.74 | 25.36 | 16.06 | - |
| YUV | 138.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 102 | 0 | 0.23 | 0.40 | 0.34 | 25.07 | 0.28 | 0.53 |
| Hex | A9 | 82 | 66 | 0 | 17 | 28 | 22 | 19 | 1C | 35 |
| Octal | 251 | 202 | 146 | 0 | 27 | 50 | 42 | 31 | 34 | 65 |
| Binary | 10101001 | 10000010 | 1100110 | 0 | 10111 | 101000 | 100010 | 11001 | 11100 | 110101 |
Color Harmonies of #A98266
Complementary color
Monochromatic Colors of #A98266
Black with #A98266
Text Example
Text Example
White with #A98266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98266; }
p { color: rgb(169,130,102); }
H1.HeaderClassName
{
color: #A98266;
}
.AnyTagClassName
{
color: #A98266;
}
</style>
background-color css
<style>
a { background-color: #A98266; }
a { background-color: rgb(169,130,102); }
div.DivClassName
{
background-color: #A98266;
}
.BgClassName
{
background-color: #A98266;
}
</style>
border-color css
<style>
span { border-color: #A98266; }
span { border-color: rgb(169,130,102); }
td.TdClassName
{
border-color: #A98266;
}
.TagClassName
{
border-color: #A98266;
}
</style>