Shades of Medium Wood #A17D66
Tints of Medium Wood #A17D66
RGB
CMYK
RGB Variations
Color information
#A17D66 (or 0xA17D66) is known color: Medium Wood. HEX triplet: A1, 7D and 66. RGB value is (161,125,102). Sum of RGB (Red+Green+Blue) = 161+125+102=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D66 is #5E8299. Grayscale: #858585. Windows color (decimal): -6193818 or 6716833. OLE color: 6716833.
HSL color Cylindrical-coordinate representation of color #A17D66: hue angle of 23.39º 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 #A17D66 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 102 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.37 |
| HSL | 23.39º | 0.24% | 0.52% | - |
| HSV(B) | 23.39º | 0.37% | 0.63% | - |
| XYZ | 24.43 | 23.2 | 15.76 | - |
| YUV | 133.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 102 | 0 | 0.22 | 0.37 | 0.37 | 23.39 | 0.24 | 0.52 |
| Hex | A1 | 7D | 66 | 0 | 16 | 25 | 25 | 17 | 18 | 34 |
| Octal | 241 | 175 | 146 | 0 | 26 | 45 | 45 | 27 | 30 | 64 |
| Binary | 10100001 | 1111101 | 1100110 | 0 | 10110 | 100101 | 100101 | 10111 | 11000 | 110100 |
Color Harmonies of #A17D66
Complementary color
Monochromatic Colors of #A17D66
Black with #A17D66
Text Example
Text Example
White with #A17D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D66; }
p { color: rgb(161,125,102); }
H1.HeaderClassName
{
color: #A17D66;
}
.AnyTagClassName
{
color: #A17D66;
}
</style>
background-color css
<style>
a { background-color: #A17D66; }
a { background-color: rgb(161,125,102); }
div.DivClassName
{
background-color: #A17D66;
}
.BgClassName
{
background-color: #A17D66;
}
</style>
border-color css
<style>
span { border-color: #A17D66; }
span { border-color: rgb(161,125,102); }
td.TdClassName
{
border-color: #A17D66;
}
.TagClassName
{
border-color: #A17D66;
}
</style>