Shades of Medium Wood #A98472
Tints of Medium Wood #A98472
RGB
CMYK
RGB Variations
Color information
#A98472 (or 0xA98472) is known color: Medium Wood. HEX triplet: A9, 84 and 72. RGB value is (169,132,114). Sum of RGB (Red+Green+Blue) = 169+132+114=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A98472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98472 is #567B8D. Grayscale: #8D8D8D. Windows color (decimal): -5667726 or 7505065. OLE color: 7505065.
HSL color Cylindrical-coordinate representation of color #A98472: hue angle of 19.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98472 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 114 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.34 |
| HSL | 19.64º | 0.24% | 0.55% | - |
| HSV(B) | 19.64º | 0.33% | 0.66% | - |
| XYZ | 27.65 | 26.15 | 19.51 | - |
| YUV | 141.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 114 | 0 | 0.22 | 0.33 | 0.34 | 19.64 | 0.24 | 0.55 |
| Hex | A9 | 84 | 72 | 0 | 16 | 21 | 22 | 14 | 18 | 37 |
| Octal | 251 | 204 | 162 | 0 | 26 | 41 | 42 | 24 | 30 | 67 |
| Binary | 10101001 | 10000100 | 1110010 | 0 | 10110 | 100001 | 100010 | 10100 | 11000 | 110111 |
Color Harmonies of #A98472
Complementary color
Monochromatic Colors of #A98472
Black with #A98472
Text Example
Text Example
White with #A98472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98472; }
p { color: rgb(169,132,114); }
H1.HeaderClassName
{
color: #A98472;
}
.AnyTagClassName
{
color: #A98472;
}
</style>
background-color css
<style>
a { background-color: #A98472; }
a { background-color: rgb(169,132,114); }
div.DivClassName
{
background-color: #A98472;
}
.BgClassName
{
background-color: #A98472;
}
</style>
border-color css
<style>
span { border-color: #A98472; }
span { border-color: rgb(169,132,114); }
td.TdClassName
{
border-color: #A98472;
}
.TagClassName
{
border-color: #A98472;
}
</style>