Shades of Medium Wood #A37A63
Tints of Medium Wood #A37A63
RGB
CMYK
RGB Variations
Color information
#A37A63 (or 0xA37A63) is known color: Medium Wood. HEX triplet: A3, 7A and 63. RGB value is (163,122,99). Sum of RGB (Red+Green+Blue) = 163+122+99=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A63 is #5C859C. Grayscale: #838383. Windows color (decimal): -6063517 or 6519459. OLE color: 6519459.
HSL color Cylindrical-coordinate representation of color #A37A63: hue angle of 21.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37A63 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 99 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.36 |
| HSL | 21.56º | 0.26% | 0.51% | - |
| HSV(B) | 21.56º | 0.39% | 0.64% | - |
| XYZ | 24.32 | 22.61 | 14.89 | - |
| YUV | 131.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 99 | 0 | 0.25 | 0.39 | 0.36 | 21.56 | 0.26 | 0.51 |
| Hex | A3 | 7A | 63 | 0 | 19 | 27 | 24 | 16 | 1A | 33 |
| Octal | 243 | 172 | 143 | 0 | 31 | 47 | 44 | 26 | 32 | 63 |
| Binary | 10100011 | 1111010 | 1100011 | 0 | 11001 | 100111 | 100100 | 10110 | 11010 | 110011 |
Color Harmonies of #A37A63
Complementary color
Monochromatic Colors of #A37A63
Black with #A37A63
Text Example
Text Example
White with #A37A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A63; }
p { color: rgb(163,122,99); }
H1.HeaderClassName
{
color: #A37A63;
}
.AnyTagClassName
{
color: #A37A63;
}
</style>
background-color css
<style>
a { background-color: #A37A63; }
a { background-color: rgb(163,122,99); }
div.DivClassName
{
background-color: #A37A63;
}
.BgClassName
{
background-color: #A37A63;
}
</style>
border-color css
<style>
span { border-color: #A37A63; }
span { border-color: rgb(163,122,99); }
td.TdClassName
{
border-color: #A37A63;
}
.TagClassName
{
border-color: #A37A63;
}
</style>