Shades of Medium Wood #A37A61
Tints of Medium Wood #A37A61
RGB
CMYK
RGB Variations
Color information
#A37A61 (or 0xA37A61) is known color: Medium Wood. HEX triplet: A3, 7A and 61. RGB value is (163,122,97). Sum of RGB (Red+Green+Blue) = 163+122+97=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A61 is #5C859E. Grayscale: #838383. Windows color (decimal): -6063519 or 6388387. OLE color: 6388387.
HSL color Cylindrical-coordinate representation of color #A37A61: hue angle of 22.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37A61 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 97 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.36 |
| HSL | 22.73º | 0.26% | 0.51% | - |
| HSV(B) | 22.73º | 0.4% | 0.64% | - |
| XYZ | 24.22 | 22.57 | 14.39 | - |
| YUV | 131.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 97 | 0 | 0.25 | 0.40 | 0.36 | 22.73 | 0.26 | 0.51 |
| Hex | A3 | 7A | 61 | 0 | 19 | 28 | 24 | 17 | 1A | 33 |
| Octal | 243 | 172 | 141 | 0 | 31 | 50 | 44 | 27 | 32 | 63 |
| Binary | 10100011 | 1111010 | 1100001 | 0 | 11001 | 101000 | 100100 | 10111 | 11010 | 110011 |
Color Harmonies of #A37A61
Complementary color
Monochromatic Colors of #A37A61
Black with #A37A61
Text Example
Text Example
White with #A37A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A61; }
p { color: rgb(163,122,97); }
H1.HeaderClassName
{
color: #A37A61;
}
.AnyTagClassName
{
color: #A37A61;
}
</style>
background-color css
<style>
a { background-color: #A37A61; }
a { background-color: rgb(163,122,97); }
div.DivClassName
{
background-color: #A37A61;
}
.BgClassName
{
background-color: #A37A61;
}
</style>
border-color css
<style>
span { border-color: #A37A61; }
span { border-color: rgb(163,122,97); }
td.TdClassName
{
border-color: #A37A61;
}
.TagClassName
{
border-color: #A37A61;
}
</style>