Shades of Medium Wood #A37C64
Tints of Medium Wood #A37C64
RGB
CMYK
RGB Variations
Color information
#A37C64 (or 0xA37C64) is known color: Medium Wood. HEX triplet: A3, 7C and 64. RGB value is (163,124,100). Sum of RGB (Red+Green+Blue) = 163+124+100=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C64 is #5C839B. Grayscale: #858585. Windows color (decimal): -6063004 or 6585507. OLE color: 6585507.
HSL color Cylindrical-coordinate representation of color #A37C64: hue angle of 22.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37C64 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 100 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.36 |
| HSL | 22.86º | 0.26% | 0.52% | - |
| HSV(B) | 22.86º | 0.39% | 0.64% | - |
| XYZ | 24.61 | 23.12 | 15.22 | - |
| YUV | 132.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 100 | 0 | 0.24 | 0.39 | 0.36 | 22.86 | 0.26 | 0.52 |
| Hex | A3 | 7C | 64 | 0 | 18 | 27 | 24 | 17 | 1A | 34 |
| Octal | 243 | 174 | 144 | 0 | 30 | 47 | 44 | 27 | 32 | 64 |
| Binary | 10100011 | 1111100 | 1100100 | 0 | 11000 | 100111 | 100100 | 10111 | 11010 | 110100 |
Color Harmonies of #A37C64
Complementary color
Monochromatic Colors of #A37C64
Black with #A37C64
Text Example
Text Example
White with #A37C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C64; }
p { color: rgb(163,124,100); }
H1.HeaderClassName
{
color: #A37C64;
}
.AnyTagClassName
{
color: #A37C64;
}
</style>
background-color css
<style>
a { background-color: #A37C64; }
a { background-color: rgb(163,124,100); }
div.DivClassName
{
background-color: #A37C64;
}
.BgClassName
{
background-color: #A37C64;
}
</style>
border-color css
<style>
span { border-color: #A37C64; }
span { border-color: rgb(163,124,100); }
td.TdClassName
{
border-color: #A37C64;
}
.TagClassName
{
border-color: #A37C64;
}
</style>