Shades of Medium Wood #A88471
Tints of Medium Wood #A88471
RGB
CMYK
RGB Variations
Color information
#A88471 (or 0xA88471) is known color: Medium Wood. HEX triplet: A8, 84 and 71. RGB value is (168,132,113). Sum of RGB (Red+Green+Blue) = 168+132+113=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88471 is #577B8E. Grayscale: #8C8C8C. Windows color (decimal): -5733263 or 7439528. OLE color: 7439528.
HSL color Cylindrical-coordinate representation of color #A88471: hue angle of 20.73º 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 #A88471 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 113 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.34 |
| HSL | 20.73º | 0.24% | 0.55% | - |
| HSV(B) | 20.73º | 0.33% | 0.66% | - |
| XYZ | 27.38 | 26.02 | 19.2 | - |
| YUV | 140.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 113 | 0 | 0.21 | 0.33 | 0.34 | 20.73 | 0.24 | 0.55 |
| Hex | A8 | 84 | 71 | 0 | 15 | 21 | 22 | 15 | 18 | 37 |
| Octal | 250 | 204 | 161 | 0 | 25 | 41 | 42 | 25 | 30 | 67 |
| Binary | 10101000 | 10000100 | 1110001 | 0 | 10101 | 100001 | 100010 | 10101 | 11000 | 110111 |
Color Harmonies of #A88471
Complementary color
Monochromatic Colors of #A88471
Black with #A88471
Text Example
Text Example
White with #A88471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88471; }
p { color: rgb(168,132,113); }
H1.HeaderClassName
{
color: #A88471;
}
.AnyTagClassName
{
color: #A88471;
}
</style>
background-color css
<style>
a { background-color: #A88471; }
a { background-color: rgb(168,132,113); }
div.DivClassName
{
background-color: #A88471;
}
.BgClassName
{
background-color: #A88471;
}
</style>
border-color css
<style>
span { border-color: #A88471; }
span { border-color: rgb(168,132,113); }
td.TdClassName
{
border-color: #A88471;
}
.TagClassName
{
border-color: #A88471;
}
</style>