Shades of Medium Wood #A87A66
Tints of Medium Wood #A87A66
RGB
CMYK
RGB Variations
Color information
#A87A66 (or 0xA87A66) is known color: Medium Wood. HEX triplet: A8, 7A and 66. RGB value is (168,122,102). Sum of RGB (Red+Green+Blue) = 168+122+102=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A66 is #578599. Grayscale: #858585. Windows color (decimal): -5735834 or 6716072. OLE color: 6716072.
HSL color Cylindrical-coordinate representation of color #A87A66: hue angle of 18.18º 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 #A87A66 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 102 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.34 |
| HSL | 18.18º | 0.28% | 0.53% | - |
| HSV(B) | 18.18º | 0.39% | 0.66% | - |
| XYZ | 25.51 | 23.2 | 15.7 | - |
| YUV | 133.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 102 | 0 | 0.27 | 0.39 | 0.34 | 18.18 | 0.28 | 0.53 |
| Hex | A8 | 7A | 66 | 0 | 1B | 27 | 22 | 12 | 1C | 35 |
| Octal | 250 | 172 | 146 | 0 | 33 | 47 | 42 | 22 | 34 | 65 |
| Binary | 10101000 | 1111010 | 1100110 | 0 | 11011 | 100111 | 100010 | 10010 | 11100 | 110101 |
Color Harmonies of #A87A66
Complementary color
Monochromatic Colors of #A87A66
Black with #A87A66
Text Example
Text Example
White with #A87A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A66; }
p { color: rgb(168,122,102); }
H1.HeaderClassName
{
color: #A87A66;
}
.AnyTagClassName
{
color: #A87A66;
}
</style>
background-color css
<style>
a { background-color: #A87A66; }
a { background-color: rgb(168,122,102); }
div.DivClassName
{
background-color: #A87A66;
}
.BgClassName
{
background-color: #A87A66;
}
</style>
border-color css
<style>
span { border-color: #A87A66; }
span { border-color: rgb(168,122,102); }
td.TdClassName
{
border-color: #A87A66;
}
.TagClassName
{
border-color: #A87A66;
}
</style>