Shades of Medium Wood #A98363
Tints of Medium Wood #A98363
RGB
CMYK
RGB Variations
Color information
#A98363 (or 0xA98363) is known color: Medium Wood. HEX triplet: A9, 83 and 63. RGB value is (169,131,99). Sum of RGB (Red+Green+Blue) = 169+131+99=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98363 is #567C9C. Grayscale: #8A8A8A. Windows color (decimal): -5667997 or 6521769. OLE color: 6521769.
HSL color Cylindrical-coordinate representation of color #A98363: hue angle of 27.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98363 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 99 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.34 |
| HSL | 27.43º | 0.29% | 0.53% | - |
| HSV(B) | 27.43º | 0.41% | 0.66% | - |
| XYZ | 26.73 | 25.57 | 15.33 | - |
| YUV | 138.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 99 | 0 | 0.22 | 0.41 | 0.34 | 27.43 | 0.29 | 0.53 |
| Hex | A9 | 83 | 63 | 0 | 16 | 29 | 22 | 1B | 1D | 35 |
| Octal | 251 | 203 | 143 | 0 | 26 | 51 | 42 | 33 | 35 | 65 |
| Binary | 10101001 | 10000011 | 1100011 | 0 | 10110 | 101001 | 100010 | 11011 | 11101 | 110101 |
Color Harmonies of #A98363
Complementary color
Monochromatic Colors of #A98363
Black with #A98363
Text Example
Text Example
White with #A98363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98363; }
p { color: rgb(169,131,99); }
H1.HeaderClassName
{
color: #A98363;
}
.AnyTagClassName
{
color: #A98363;
}
</style>
background-color css
<style>
a { background-color: #A98363; }
a { background-color: rgb(169,131,99); }
div.DivClassName
{
background-color: #A98363;
}
.BgClassName
{
background-color: #A98363;
}
</style>
border-color css
<style>
span { border-color: #A98363; }
span { border-color: rgb(169,131,99); }
td.TdClassName
{
border-color: #A98363;
}
.TagClassName
{
border-color: #A98363;
}
</style>