Shades of Medium Wood #A88463
Tints of Medium Wood #A88463
RGB
CMYK
RGB Variations
Color information
#A88463 (or 0xA88463) is known color: Medium Wood. HEX triplet: A8, 84 and 63. RGB value is (168,132,99). Sum of RGB (Red+Green+Blue) = 168+132+99=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88463 is #577B9C. Grayscale: #8B8B8B. Windows color (decimal): -5733277 or 6522024. OLE color: 6522024.
HSL color Cylindrical-coordinate representation of color #A88463: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88463 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 99 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.34 |
| HSL | 28.7º | 0.28% | 0.52% | - |
| HSV(B) | 28.7º | 0.41% | 0.66% | - |
| XYZ | 26.65 | 25.73 | 15.37 | - |
| YUV | 139 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 99 | 0 | 0.21 | 0.41 | 0.34 | 28.7 | 0.28 | 0.52 |
| Hex | A8 | 84 | 63 | 0 | 15 | 29 | 22 | 1D | 1C | 34 |
| Octal | 250 | 204 | 143 | 0 | 25 | 51 | 42 | 35 | 34 | 64 |
| Binary | 10101000 | 10000100 | 1100011 | 0 | 10101 | 101001 | 100010 | 11101 | 11100 | 110100 |
Color Harmonies of #A88463
Complementary color
Monochromatic Colors of #A88463
Black with #A88463
Text Example
Text Example
White with #A88463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88463; }
p { color: rgb(168,132,99); }
H1.HeaderClassName
{
color: #A88463;
}
.AnyTagClassName
{
color: #A88463;
}
</style>
background-color css
<style>
a { background-color: #A88463; }
a { background-color: rgb(168,132,99); }
div.DivClassName
{
background-color: #A88463;
}
.BgClassName
{
background-color: #A88463;
}
</style>
border-color css
<style>
span { border-color: #A88463; }
span { border-color: rgb(168,132,99); }
td.TdClassName
{
border-color: #A88463;
}
.TagClassName
{
border-color: #A88463;
}
</style>