Shades of Medium Wood #A37E6C
Tints of Medium Wood #A37E6C
RGB
CMYK
RGB Variations
Color information
#A37E6C (or 0xA37E6C) is known color: Medium Wood. HEX triplet: A3, 7E and 6C. RGB value is (163,126,108). Sum of RGB (Red+Green+Blue) = 163+126+108=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E6C is #5C8193. Grayscale: #878787. Windows color (decimal): -6062484 or 7110307. OLE color: 7110307.
HSL color Cylindrical-coordinate representation of color #A37E6C: hue angle of 19.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37E6C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 108 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.36 |
| HSL | 19.64º | 0.23% | 0.53% | - |
| HSV(B) | 19.64º | 0.34% | 0.64% | - |
| XYZ | 25.27 | 23.79 | 17.45 | - |
| YUV | 135.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 108 | 0 | 0.23 | 0.34 | 0.36 | 19.64 | 0.23 | 0.53 |
| Hex | A3 | 7E | 6C | 0 | 17 | 22 | 24 | 14 | 17 | 35 |
| Octal | 243 | 176 | 154 | 0 | 27 | 42 | 44 | 24 | 27 | 65 |
| Binary | 10100011 | 1111110 | 1101100 | 0 | 10111 | 100010 | 100100 | 10100 | 10111 | 110101 |
Color Harmonies of #A37E6C
Complementary color
Monochromatic Colors of #A37E6C
Black with #A37E6C
Text Example
Text Example
White with #A37E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E6C; }
p { color: rgb(163,126,108); }
H1.HeaderClassName
{
color: #A37E6C;
}
.AnyTagClassName
{
color: #A37E6C;
}
</style>
background-color css
<style>
a { background-color: #A37E6C; }
a { background-color: rgb(163,126,108); }
div.DivClassName
{
background-color: #A37E6C;
}
.BgClassName
{
background-color: #A37E6C;
}
</style>
border-color css
<style>
span { border-color: #A37E6C; }
span { border-color: rgb(163,126,108); }
td.TdClassName
{
border-color: #A37E6C;
}
.TagClassName
{
border-color: #A37E6C;
}
</style>