Shades of Medium Wood #A37964
Tints of Medium Wood #A37964
RGB
CMYK
RGB Variations
Color information
#A37964 (or 0xA37964) is known color: Medium Wood. HEX triplet: A3, 79 and 64. RGB value is (163,121,100). Sum of RGB (Red+Green+Blue) = 163+121+100=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A37964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37964 is #5C869B. Grayscale: #838383. Windows color (decimal): -6063772 or 6584739. OLE color: 6584739.
HSL color Cylindrical-coordinate representation of color #A37964: hue angle of 20º 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 #A37964 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 100 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.36 |
| HSL | 20º | 0.26% | 0.52% | - |
| HSV(B) | 20º | 0.39% | 0.64% | - |
| XYZ | 24.24 | 22.38 | 15.1 | - |
| YUV | 131.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 100 | 0 | 0.26 | 0.39 | 0.36 | 20 | 0.26 | 0.52 |
| Hex | A3 | 79 | 64 | 0 | 1A | 27 | 24 | 14 | 1A | 34 |
| Octal | 243 | 171 | 144 | 0 | 32 | 47 | 44 | 24 | 32 | 64 |
| Binary | 10100011 | 1111001 | 1100100 | 0 | 11010 | 100111 | 100100 | 10100 | 11010 | 110100 |
Color Harmonies of #A37964
Complementary color
Monochromatic Colors of #A37964
Black with #A37964
Text Example
Text Example
White with #A37964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37964; }
p { color: rgb(163,121,100); }
H1.HeaderClassName
{
color: #A37964;
}
.AnyTagClassName
{
color: #A37964;
}
</style>
background-color css
<style>
a { background-color: #A37964; }
a { background-color: rgb(163,121,100); }
div.DivClassName
{
background-color: #A37964;
}
.BgClassName
{
background-color: #A37964;
}
</style>
border-color css
<style>
span { border-color: #A37964; }
span { border-color: rgb(163,121,100); }
td.TdClassName
{
border-color: #A37964;
}
.TagClassName
{
border-color: #A37964;
}
</style>