Shades of Medium Wood #A17B62
Tints of Medium Wood #A17B62
RGB
CMYK
RGB Variations
Color information
#A17B62 (or 0xA17B62) is known color: Medium Wood. HEX triplet: A1, 7B and 62. RGB value is (161,123,98). Sum of RGB (Red+Green+Blue) = 161+123+98=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B62 is #5E849D. Grayscale: #838383. Windows color (decimal): -6194334 or 6454177. OLE color: 6454177.
HSL color Cylindrical-coordinate representation of color #A17B62: hue angle of 23.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17B62 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 98 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.37 |
| HSL | 23.81º | 0.25% | 0.51% | - |
| HSV(B) | 23.81º | 0.39% | 0.63% | - |
| XYZ | 23.99 | 22.62 | 14.66 | - |
| YUV | 131.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 98 | 0 | 0.24 | 0.39 | 0.37 | 23.81 | 0.25 | 0.51 |
| Hex | A1 | 7B | 62 | 0 | 18 | 27 | 25 | 18 | 19 | 33 |
| Octal | 241 | 173 | 142 | 0 | 30 | 47 | 45 | 30 | 31 | 63 |
| Binary | 10100001 | 1111011 | 1100010 | 0 | 11000 | 100111 | 100101 | 11000 | 11001 | 110011 |
Color Harmonies of #A17B62
Complementary color
Monochromatic Colors of #A17B62
Black with #A17B62
Text Example
Text Example
White with #A17B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B62; }
p { color: rgb(161,123,98); }
H1.HeaderClassName
{
color: #A17B62;
}
.AnyTagClassName
{
color: #A17B62;
}
</style>
background-color css
<style>
a { background-color: #A17B62; }
a { background-color: rgb(161,123,98); }
div.DivClassName
{
background-color: #A17B62;
}
.BgClassName
{
background-color: #A17B62;
}
</style>
border-color css
<style>
span { border-color: #A17B62; }
span { border-color: rgb(161,123,98); }
td.TdClassName
{
border-color: #A17B62;
}
.TagClassName
{
border-color: #A17B62;
}
</style>