Shades of Medium Wood #A98069
Tints of Medium Wood #A98069
RGB
CMYK
RGB Variations
Color information
#A98069 (or 0xA98069) is known color: Medium Wood. HEX triplet: A9, 80 and 69. RGB value is (169,128,105). Sum of RGB (Red+Green+Blue) = 169+128+105=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A98069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98069 is #567F96. Grayscale: #898989. Windows color (decimal): -5668759 or 6914217. OLE color: 6914217.
HSL color Cylindrical-coordinate representation of color #A98069: hue angle of 21.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98069 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 105 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.34 |
| HSL | 21.56º | 0.27% | 0.54% | - |
| HSV(B) | 21.56º | 0.38% | 0.66% | - |
| XYZ | 26.63 | 24.89 | 16.77 | - |
| YUV | 137.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 105 | 0 | 0.24 | 0.38 | 0.34 | 21.56 | 0.27 | 0.54 |
| Hex | A9 | 80 | 69 | 0 | 18 | 26 | 22 | 16 | 1B | 36 |
| Octal | 251 | 200 | 151 | 0 | 30 | 46 | 42 | 26 | 33 | 66 |
| Binary | 10101001 | 10000000 | 1101001 | 0 | 11000 | 100110 | 100010 | 10110 | 11011 | 110110 |
Color Harmonies of #A98069
Complementary color
Monochromatic Colors of #A98069
Black with #A98069
Text Example
Text Example
White with #A98069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98069; }
p { color: rgb(169,128,105); }
H1.HeaderClassName
{
color: #A98069;
}
.AnyTagClassName
{
color: #A98069;
}
</style>
background-color css
<style>
a { background-color: #A98069; }
a { background-color: rgb(169,128,105); }
div.DivClassName
{
background-color: #A98069;
}
.BgClassName
{
background-color: #A98069;
}
</style>
border-color css
<style>
span { border-color: #A98069; }
span { border-color: rgb(169,128,105); }
td.TdClassName
{
border-color: #A98069;
}
.TagClassName
{
border-color: #A98069;
}
</style>