Shades of Medium Wood #A88265
Tints of Medium Wood #A88265
RGB
CMYK
RGB Variations
Color information
#A88265 (or 0xA88265) is known color: Medium Wood. HEX triplet: A8, 82 and 65. RGB value is (168,130,101). Sum of RGB (Red+Green+Blue) = 168+130+101=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88265 is #577D9A. Grayscale: #8A8A8A. Windows color (decimal): -5733787 or 6652584. OLE color: 6652584.
HSL color Cylindrical-coordinate representation of color #A88265: hue angle of 25.97º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88265 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 101 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.34 |
| HSL | 25.97º | 0.28% | 0.53% | - |
| HSV(B) | 25.97º | 0.4% | 0.66% | - |
| XYZ | 26.48 | 25.23 | 15.79 | - |
| YUV | 138.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 101 | 0 | 0.23 | 0.40 | 0.34 | 25.97 | 0.28 | 0.53 |
| Hex | A8 | 82 | 65 | 0 | 17 | 28 | 22 | 1A | 1C | 35 |
| Octal | 250 | 202 | 145 | 0 | 27 | 50 | 42 | 32 | 34 | 65 |
| Binary | 10101000 | 10000010 | 1100101 | 0 | 10111 | 101000 | 100010 | 11010 | 11100 | 110101 |
Color Harmonies of #A88265
Complementary color
Monochromatic Colors of #A88265
Black with #A88265
Text Example
Text Example
White with #A88265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88265; }
p { color: rgb(168,130,101); }
H1.HeaderClassName
{
color: #A88265;
}
.AnyTagClassName
{
color: #A88265;
}
</style>
background-color css
<style>
a { background-color: #A88265; }
a { background-color: rgb(168,130,101); }
div.DivClassName
{
background-color: #A88265;
}
.BgClassName
{
background-color: #A88265;
}
</style>
border-color css
<style>
span { border-color: #A88265; }
span { border-color: rgb(168,130,101); }
td.TdClassName
{
border-color: #A88265;
}
.TagClassName
{
border-color: #A88265;
}
</style>