Shades of Medium Wood #A37F60
Tints of Medium Wood #A37F60
RGB
CMYK
RGB Variations
Color information
#A37F60 (or 0xA37F60) is known color: Medium Wood. HEX triplet: A3, 7F and 60. RGB value is (163,127,96). Sum of RGB (Red+Green+Blue) = 163+127+96=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F60 is #5C809F. Grayscale: #868686. Windows color (decimal): -6062240 or 6324131. OLE color: 6324131.
HSL color Cylindrical-coordinate representation of color #A37F60: hue angle of 27.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A37F60 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 96 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.36 |
| HSL | 27.76º | 0.27% | 0.51% | - |
| HSV(B) | 27.76º | 0.41% | 0.64% | - |
| XYZ | 24.8 | 23.81 | 14.35 | - |
| YUV | 134.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 96 | 0 | 0.22 | 0.41 | 0.36 | 27.76 | 0.27 | 0.51 |
| Hex | A3 | 7F | 60 | 0 | 16 | 29 | 24 | 1C | 1B | 33 |
| Octal | 243 | 177 | 140 | 0 | 26 | 51 | 44 | 34 | 33 | 63 |
| Binary | 10100011 | 1111111 | 1100000 | 0 | 10110 | 101001 | 100100 | 11100 | 11011 | 110011 |
Color Harmonies of #A37F60
Complementary color
Monochromatic Colors of #A37F60
Black with #A37F60
Text Example
Text Example
White with #A37F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F60; }
p { color: rgb(163,127,96); }
H1.HeaderClassName
{
color: #A37F60;
}
.AnyTagClassName
{
color: #A37F60;
}
</style>
background-color css
<style>
a { background-color: #A37F60; }
a { background-color: rgb(163,127,96); }
div.DivClassName
{
background-color: #A37F60;
}
.BgClassName
{
background-color: #A37F60;
}
</style>
border-color css
<style>
span { border-color: #A37F60; }
span { border-color: rgb(163,127,96); }
td.TdClassName
{
border-color: #A37F60;
}
.TagClassName
{
border-color: #A37F60;
}
</style>