Shades of Medium Wood #A88460
Tints of Medium Wood #A88460
RGB
CMYK
RGB Variations
Color information
#A88460 (or 0xA88460) is known color: Medium Wood. HEX triplet: A8, 84 and 60. RGB value is (168,132,96). Sum of RGB (Red+Green+Blue) = 168+132+96=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A88460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88460 is #577B9F. Grayscale: #8A8A8A. Windows color (decimal): -5733280 or 6325416. OLE color: 6325416.
HSL color Cylindrical-coordinate representation of color #A88460: hue angle of 30º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88460 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 96 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.34 |
| HSL | 30º | 0.29% | 0.52% | - |
| HSV(B) | 30º | 0.43% | 0.66% | - |
| XYZ | 26.51 | 25.67 | 14.62 | - |
| YUV | 138.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 96 | 0 | 0.21 | 0.43 | 0.34 | 30 | 0.29 | 0.52 |
| Hex | A8 | 84 | 60 | 0 | 15 | 2B | 22 | 1E | 1D | 34 |
| Octal | 250 | 204 | 140 | 0 | 25 | 53 | 42 | 36 | 35 | 64 |
| Binary | 10101000 | 10000100 | 1100000 | 0 | 10101 | 101011 | 100010 | 11110 | 11101 | 110100 |
Color Harmonies of #A88460
Complementary color
Monochromatic Colors of #A88460
Black with #A88460
Text Example
Text Example
White with #A88460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88460; }
p { color: rgb(168,132,96); }
H1.HeaderClassName
{
color: #A88460;
}
.AnyTagClassName
{
color: #A88460;
}
</style>
background-color css
<style>
a { background-color: #A88460; }
a { background-color: rgb(168,132,96); }
div.DivClassName
{
background-color: #A88460;
}
.BgClassName
{
background-color: #A88460;
}
</style>
border-color css
<style>
span { border-color: #A88460; }
span { border-color: rgb(168,132,96); }
td.TdClassName
{
border-color: #A88460;
}
.TagClassName
{
border-color: #A88460;
}
</style>