Shades of Medium Wood #A88371
Tints of Medium Wood #A88371
RGB
CMYK
RGB Variations
Color information
#A88371 (or 0xA88371) is known color: Medium Wood. HEX triplet: A8, 83 and 71. RGB value is (168,131,113). Sum of RGB (Red+Green+Blue) = 168+131+113=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88371 is #577C8E. Grayscale: #8C8C8C. Windows color (decimal): -5733519 or 7439272. OLE color: 7439272.
HSL color Cylindrical-coordinate representation of color #A88371: hue angle of 19.64º 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 #A88371 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 113 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.34 |
| HSL | 19.64º | 0.24% | 0.55% | - |
| HSV(B) | 19.64º | 0.33% | 0.66% | - |
| XYZ | 27.25 | 25.75 | 19.16 | - |
| YUV | 140.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 113 | 0 | 0.22 | 0.33 | 0.34 | 19.64 | 0.24 | 0.55 |
| Hex | A8 | 83 | 71 | 0 | 16 | 21 | 22 | 14 | 18 | 37 |
| Octal | 250 | 203 | 161 | 0 | 26 | 41 | 42 | 24 | 30 | 67 |
| Binary | 10101000 | 10000011 | 1110001 | 0 | 10110 | 100001 | 100010 | 10100 | 11000 | 110111 |
Color Harmonies of #A88371
Complementary color
Monochromatic Colors of #A88371
Black with #A88371
Text Example
Text Example
White with #A88371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88371; }
p { color: rgb(168,131,113); }
H1.HeaderClassName
{
color: #A88371;
}
.AnyTagClassName
{
color: #A88371;
}
</style>
background-color css
<style>
a { background-color: #A88371; }
a { background-color: rgb(168,131,113); }
div.DivClassName
{
background-color: #A88371;
}
.BgClassName
{
background-color: #A88371;
}
</style>
border-color css
<style>
span { border-color: #A88371; }
span { border-color: rgb(168,131,113); }
td.TdClassName
{
border-color: #A88371;
}
.TagClassName
{
border-color: #A88371;
}
</style>