Shades of Medium Wood #A88565
Tints of Medium Wood #A88565
RGB
CMYK
RGB Variations
Color information
#A88565 (or 0xA88565) is known color: Medium Wood. HEX triplet: A8, 85 and 65. RGB value is (168,133,101). Sum of RGB (Red+Green+Blue) = 168+133+101=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A88565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88565 is #577A9A. Grayscale: #8B8B8B. Windows color (decimal): -5733019 or 6653352. OLE color: 6653352.
HSL color Cylindrical-coordinate representation of color #A88565: hue angle of 28.66º 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 #A88565 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 101 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.34 |
| HSL | 28.66º | 0.28% | 0.53% | - |
| HSV(B) | 28.66º | 0.4% | 0.66% | - |
| XYZ | 26.88 | 26.04 | 15.92 | - |
| YUV | 139.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 101 | 0 | 0.21 | 0.40 | 0.34 | 28.66 | 0.28 | 0.53 |
| Hex | A8 | 85 | 65 | 0 | 15 | 28 | 22 | 1D | 1C | 35 |
| Octal | 250 | 205 | 145 | 0 | 25 | 50 | 42 | 35 | 34 | 65 |
| Binary | 10101000 | 10000101 | 1100101 | 0 | 10101 | 101000 | 100010 | 11101 | 11100 | 110101 |
Color Harmonies of #A88565
Complementary color
Monochromatic Colors of #A88565
Black with #A88565
Text Example
Text Example
White with #A88565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88565; }
p { color: rgb(168,133,101); }
H1.HeaderClassName
{
color: #A88565;
}
.AnyTagClassName
{
color: #A88565;
}
</style>
background-color css
<style>
a { background-color: #A88565; }
a { background-color: rgb(168,133,101); }
div.DivClassName
{
background-color: #A88565;
}
.BgClassName
{
background-color: #A88565;
}
</style>
border-color css
<style>
span { border-color: #A88565; }
span { border-color: rgb(168,133,101); }
td.TdClassName
{
border-color: #A88565;
}
.TagClassName
{
border-color: #A88565;
}
</style>