Shades of Medium Wood #A88266
Tints of Medium Wood #A88266
RGB
CMYK
RGB Variations
Color information
#A88266 (or 0xA88266) is known color: Medium Wood. HEX triplet: A8, 82 and 66. RGB value is (168,130,102). Sum of RGB (Red+Green+Blue) = 168+130+102=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88266 is #577D99. Grayscale: #8A8A8A. Windows color (decimal): -5733786 or 6718120. OLE color: 6718120.
HSL color Cylindrical-coordinate representation of color #A88266: hue angle of 25.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88266 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 102 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.34 |
| HSL | 25.45º | 0.28% | 0.53% | - |
| HSV(B) | 25.45º | 0.39% | 0.66% | - |
| XYZ | 26.53 | 25.25 | 16.05 | - |
| YUV | 138.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 102 | 0 | 0.23 | 0.39 | 0.34 | 25.45 | 0.28 | 0.53 |
| Hex | A8 | 82 | 66 | 0 | 17 | 27 | 22 | 19 | 1C | 35 |
| Octal | 250 | 202 | 146 | 0 | 27 | 47 | 42 | 31 | 34 | 65 |
| Binary | 10101000 | 10000010 | 1100110 | 0 | 10111 | 100111 | 100010 | 11001 | 11100 | 110101 |
Color Harmonies of #A88266
Complementary color
Monochromatic Colors of #A88266
Black with #A88266
Text Example
Text Example
White with #A88266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88266; }
p { color: rgb(168,130,102); }
H1.HeaderClassName
{
color: #A88266;
}
.AnyTagClassName
{
color: #A88266;
}
</style>
background-color css
<style>
a { background-color: #A88266; }
a { background-color: rgb(168,130,102); }
div.DivClassName
{
background-color: #A88266;
}
.BgClassName
{
background-color: #A88266;
}
</style>
border-color css
<style>
span { border-color: #A88266; }
span { border-color: rgb(168,130,102); }
td.TdClassName
{
border-color: #A88266;
}
.TagClassName
{
border-color: #A88266;
}
</style>