Shades of Medium Wood #A17A62
Tints of Medium Wood #A17A62
RGB
CMYK
RGB Variations
Color information
#A17A62 (or 0xA17A62) is known color: Medium Wood. HEX triplet: A1, 7A and 62. RGB value is (161,122,98). Sum of RGB (Red+Green+Blue) = 161+122+98=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A62 is #5E859D. Grayscale: #838383. Windows color (decimal): -6194590 or 6453921. OLE color: 6453921.
HSL color Cylindrical-coordinate representation of color #A17A62: hue angle of 22.86º 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 #A17A62 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 98 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.37 |
| HSL | 22.86º | 0.25% | 0.51% | - |
| HSV(B) | 22.86º | 0.39% | 0.63% | - |
| XYZ | 23.86 | 22.38 | 14.62 | - |
| YUV | 130.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 98 | 0 | 0.24 | 0.39 | 0.37 | 22.86 | 0.25 | 0.51 |
| Hex | A1 | 7A | 62 | 0 | 18 | 27 | 25 | 17 | 19 | 33 |
| Octal | 241 | 172 | 142 | 0 | 30 | 47 | 45 | 27 | 31 | 63 |
| Binary | 10100001 | 1111010 | 1100010 | 0 | 11000 | 100111 | 100101 | 10111 | 11001 | 110011 |
Color Harmonies of #A17A62
Complementary color
Monochromatic Colors of #A17A62
Black with #A17A62
Text Example
Text Example
White with #A17A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A62; }
p { color: rgb(161,122,98); }
H1.HeaderClassName
{
color: #A17A62;
}
.AnyTagClassName
{
color: #A17A62;
}
</style>
background-color css
<style>
a { background-color: #A17A62; }
a { background-color: rgb(161,122,98); }
div.DivClassName
{
background-color: #A17A62;
}
.BgClassName
{
background-color: #A17A62;
}
</style>
border-color css
<style>
span { border-color: #A17A62; }
span { border-color: rgb(161,122,98); }
td.TdClassName
{
border-color: #A17A62;
}
.TagClassName
{
border-color: #A17A62;
}
</style>