Shades of Medium Wood #A17E66
Tints of Medium Wood #A17E66
RGB
CMYK
RGB Variations
Color information
#A17E66 (or 0xA17E66) is known color: Medium Wood. HEX triplet: A1, 7E and 66. RGB value is (161,126,102). Sum of RGB (Red+Green+Blue) = 161+126+102=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E66 is #5E8199. Grayscale: #858585. Windows color (decimal): -6193562 or 6717089. OLE color: 6717089.
HSL color Cylindrical-coordinate representation of color #A17E66: hue angle of 24.41º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17E66 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 102 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.37 |
| HSL | 24.41º | 0.24% | 0.52% | - |
| HSV(B) | 24.41º | 0.37% | 0.63% | - |
| XYZ | 24.56 | 23.46 | 15.8 | - |
| YUV | 133.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 102 | 0 | 0.22 | 0.37 | 0.37 | 24.41 | 0.24 | 0.52 |
| Hex | A1 | 7E | 66 | 0 | 16 | 25 | 25 | 18 | 18 | 34 |
| Octal | 241 | 176 | 146 | 0 | 26 | 45 | 45 | 30 | 30 | 64 |
| Binary | 10100001 | 1111110 | 1100110 | 0 | 10110 | 100101 | 100101 | 11000 | 11000 | 110100 |
Color Harmonies of #A17E66
Complementary color
Monochromatic Colors of #A17E66
Black with #A17E66
Text Example
Text Example
White with #A17E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E66; }
p { color: rgb(161,126,102); }
H1.HeaderClassName
{
color: #A17E66;
}
.AnyTagClassName
{
color: #A17E66;
}
</style>
background-color css
<style>
a { background-color: #A17E66; }
a { background-color: rgb(161,126,102); }
div.DivClassName
{
background-color: #A17E66;
}
.BgClassName
{
background-color: #A17E66;
}
</style>
border-color css
<style>
span { border-color: #A17E66; }
span { border-color: rgb(161,126,102); }
td.TdClassName
{
border-color: #A17E66;
}
.TagClassName
{
border-color: #A17E66;
}
</style>