Shades of Medium Wood #A17F66
Tints of Medium Wood #A17F66
RGB
CMYK
RGB Variations
Color information
#A17F66 (or 0xA17F66) is known color: Medium Wood. HEX triplet: A1, 7F and 66. RGB value is (161,127,102). Sum of RGB (Red+Green+Blue) = 161+127+102=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F66 is #5E8099. Grayscale: #868686. Windows color (decimal): -6193306 or 6717345. OLE color: 6717345.
HSL color Cylindrical-coordinate representation of color #A17F66: hue angle of 25.42º 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 #A17F66 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 102 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.37 |
| HSL | 25.42º | 0.24% | 0.52% | - |
| HSV(B) | 25.42º | 0.37% | 0.63% | - |
| XYZ | 24.69 | 23.72 | 15.85 | - |
| YUV | 134.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 102 | 0 | 0.21 | 0.37 | 0.37 | 25.42 | 0.24 | 0.52 |
| Hex | A1 | 7F | 66 | 0 | 15 | 25 | 25 | 19 | 18 | 34 |
| Octal | 241 | 177 | 146 | 0 | 25 | 45 | 45 | 31 | 30 | 64 |
| Binary | 10100001 | 1111111 | 1100110 | 0 | 10101 | 100101 | 100101 | 11001 | 11000 | 110100 |
Color Harmonies of #A17F66
Complementary color
Monochromatic Colors of #A17F66
Black with #A17F66
Text Example
Text Example
White with #A17F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F66; }
p { color: rgb(161,127,102); }
H1.HeaderClassName
{
color: #A17F66;
}
.AnyTagClassName
{
color: #A17F66;
}
</style>
background-color css
<style>
a { background-color: #A17F66; }
a { background-color: rgb(161,127,102); }
div.DivClassName
{
background-color: #A17F66;
}
.BgClassName
{
background-color: #A17F66;
}
</style>
border-color css
<style>
span { border-color: #A17F66; }
span { border-color: rgb(161,127,102); }
td.TdClassName
{
border-color: #A17F66;
}
.TagClassName
{
border-color: #A17F66;
}
</style>