Shades of Medium Wood #A98166
Tints of Medium Wood #A98166
RGB
CMYK
RGB Variations
Color information
#A98166 (or 0xA98166) is known color: Medium Wood. HEX triplet: A9, 81 and 66. RGB value is (169,129,102). Sum of RGB (Red+Green+Blue) = 169+129+102=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A98166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98166 is #567E99. Grayscale: #8A8A8A. Windows color (decimal): -5668506 or 6717865. OLE color: 6717865.
HSL color Cylindrical-coordinate representation of color #A98166: hue angle of 24.18º 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 #A98166 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 102 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.34 |
| HSL | 24.18º | 0.28% | 0.53% | - |
| HSV(B) | 24.18º | 0.4% | 0.66% | - |
| XYZ | 26.61 | 25.09 | 16.01 | - |
| YUV | 137.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 102 | 0 | 0.24 | 0.40 | 0.34 | 24.18 | 0.28 | 0.53 |
| Hex | A9 | 81 | 66 | 0 | 18 | 28 | 22 | 18 | 1C | 35 |
| Octal | 251 | 201 | 146 | 0 | 30 | 50 | 42 | 30 | 34 | 65 |
| Binary | 10101001 | 10000001 | 1100110 | 0 | 11000 | 101000 | 100010 | 11000 | 11100 | 110101 |
Color Harmonies of #A98166
Complementary color
Monochromatic Colors of #A98166
Black with #A98166
Text Example
Text Example
White with #A98166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98166; }
p { color: rgb(169,129,102); }
H1.HeaderClassName
{
color: #A98166;
}
.AnyTagClassName
{
color: #A98166;
}
</style>
background-color css
<style>
a { background-color: #A98166; }
a { background-color: rgb(169,129,102); }
div.DivClassName
{
background-color: #A98166;
}
.BgClassName
{
background-color: #A98166;
}
</style>
border-color css
<style>
span { border-color: #A98166; }
span { border-color: rgb(169,129,102); }
td.TdClassName
{
border-color: #A98166;
}
.TagClassName
{
border-color: #A98166;
}
</style>