Shades of Medium Wood #A88472
Tints of Medium Wood #A88472
RGB
CMYK
RGB Variations
Color information
#A88472 (or 0xA88472) is known color: Medium Wood. HEX triplet: A8, 84 and 72. RGB value is (168,132,114). Sum of RGB (Red+Green+Blue) = 168+132+114=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A88472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88472 is #577B8D. Grayscale: #8C8C8C. Windows color (decimal): -5733262 or 7505064. OLE color: 7505064.
HSL color Cylindrical-coordinate representation of color #A88472: hue angle of 20º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88472 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 114 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.34 |
| HSL | 20º | 0.24% | 0.55% | - |
| HSV(B) | 20º | 0.32% | 0.66% | - |
| XYZ | 27.44 | 26.04 | 19.5 | - |
| YUV | 140.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 114 | 0 | 0.21 | 0.32 | 0.34 | 20 | 0.24 | 0.55 |
| Hex | A8 | 84 | 72 | 0 | 15 | 20 | 22 | 14 | 18 | 37 |
| Octal | 250 | 204 | 162 | 0 | 25 | 40 | 42 | 24 | 30 | 67 |
| Binary | 10101000 | 10000100 | 1110010 | 0 | 10101 | 100000 | 100010 | 10100 | 11000 | 110111 |
Color Harmonies of #A88472
Complementary color
Monochromatic Colors of #A88472
Black with #A88472
Text Example
Text Example
White with #A88472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88472; }
p { color: rgb(168,132,114); }
H1.HeaderClassName
{
color: #A88472;
}
.AnyTagClassName
{
color: #A88472;
}
</style>
background-color css
<style>
a { background-color: #A88472; }
a { background-color: rgb(168,132,114); }
div.DivClassName
{
background-color: #A88472;
}
.BgClassName
{
background-color: #A88472;
}
</style>
border-color css
<style>
span { border-color: #A88472; }
span { border-color: rgb(168,132,114); }
td.TdClassName
{
border-color: #A88472;
}
.TagClassName
{
border-color: #A88472;
}
</style>