Shades of Medium Wood #A37960
Tints of Medium Wood #A37960
RGB
CMYK
RGB Variations
Color information
#A37960 (or 0xA37960) is known color: Medium Wood. HEX triplet: A3, 79 and 60. RGB value is (163,121,96). Sum of RGB (Red+Green+Blue) = 163+121+96=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A37960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37960 is #5C869F. Grayscale: #828282. Windows color (decimal): -6063776 or 6322595. OLE color: 6322595.
HSL color Cylindrical-coordinate representation of color #A37960: hue angle of 22.39º 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 #A37960 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 96 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.36 |
| HSL | 22.39º | 0.27% | 0.51% | - |
| HSV(B) | 22.39º | 0.41% | 0.64% | - |
| XYZ | 24.05 | 22.31 | 14.1 | - |
| YUV | 130.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 96 | 0 | 0.26 | 0.41 | 0.36 | 22.39 | 0.27 | 0.51 |
| Hex | A3 | 79 | 60 | 0 | 1A | 29 | 24 | 16 | 1B | 33 |
| Octal | 243 | 171 | 140 | 0 | 32 | 51 | 44 | 26 | 33 | 63 |
| Binary | 10100011 | 1111001 | 1100000 | 0 | 11010 | 101001 | 100100 | 10110 | 11011 | 110011 |
Color Harmonies of #A37960
Complementary color
Monochromatic Colors of #A37960
Black with #A37960
Text Example
Text Example
White with #A37960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37960; }
p { color: rgb(163,121,96); }
H1.HeaderClassName
{
color: #A37960;
}
.AnyTagClassName
{
color: #A37960;
}
</style>
background-color css
<style>
a { background-color: #A37960; }
a { background-color: rgb(163,121,96); }
div.DivClassName
{
background-color: #A37960;
}
.BgClassName
{
background-color: #A37960;
}
</style>
border-color css
<style>
span { border-color: #A37960; }
span { border-color: rgb(163,121,96); }
td.TdClassName
{
border-color: #A37960;
}
.TagClassName
{
border-color: #A37960;
}
</style>