Shades of Medium Wood #A17B65
Tints of Medium Wood #A17B65
RGB
CMYK
RGB Variations
Color information
#A17B65 (or 0xA17B65) is known color: Medium Wood. HEX triplet: A1, 7B and 65. RGB value is (161,123,101). Sum of RGB (Red+Green+Blue) = 161+123+101=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B65 is #5E849A. Grayscale: #838383. Windows color (decimal): -6194331 or 6650785. OLE color: 6650785.
HSL color Cylindrical-coordinate representation of color #A17B65: hue angle of 22º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17B65 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 101 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.37 |
| HSL | 22º | 0.24% | 0.51% | - |
| HSV(B) | 22º | 0.37% | 0.63% | - |
| XYZ | 24.13 | 22.68 | 15.42 | - |
| YUV | 131.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 101 | 0 | 0.24 | 0.37 | 0.37 | 22 | 0.24 | 0.51 |
| Hex | A1 | 7B | 65 | 0 | 18 | 25 | 25 | 16 | 18 | 33 |
| Octal | 241 | 173 | 145 | 0 | 30 | 45 | 45 | 26 | 30 | 63 |
| Binary | 10100001 | 1111011 | 1100101 | 0 | 11000 | 100101 | 100101 | 10110 | 11000 | 110011 |
Color Harmonies of #A17B65
Complementary color
Monochromatic Colors of #A17B65
Black with #A17B65
Text Example
Text Example
White with #A17B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B65; }
p { color: rgb(161,123,101); }
H1.HeaderClassName
{
color: #A17B65;
}
.AnyTagClassName
{
color: #A17B65;
}
</style>
background-color css
<style>
a { background-color: #A17B65; }
a { background-color: rgb(161,123,101); }
div.DivClassName
{
background-color: #A17B65;
}
.BgClassName
{
background-color: #A17B65;
}
</style>
border-color css
<style>
span { border-color: #A17B65; }
span { border-color: rgb(161,123,101); }
td.TdClassName
{
border-color: #A17B65;
}
.TagClassName
{
border-color: #A17B65;
}
</style>