Shades of Medium Wood #A37E68
Tints of Medium Wood #A37E68
RGB
CMYK
RGB Variations
Color information
#A37E68 (or 0xA37E68) is known color: Medium Wood. HEX triplet: A3, 7E and 68. RGB value is (163,126,104). Sum of RGB (Red+Green+Blue) = 163+126+104=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E68 is #5C8197. Grayscale: #868686. Windows color (decimal): -6062488 or 6848163. OLE color: 6848163.
HSL color Cylindrical-coordinate representation of color #A37E68: hue angle of 22.37º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37E68 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 104 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.36 |
| HSL | 22.37º | 0.24% | 0.52% | - |
| HSV(B) | 22.37º | 0.36% | 0.64% | - |
| XYZ | 25.06 | 23.71 | 16.35 | - |
| YUV | 134.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 104 | 0 | 0.23 | 0.36 | 0.36 | 22.37 | 0.24 | 0.52 |
| Hex | A3 | 7E | 68 | 0 | 17 | 24 | 24 | 16 | 18 | 34 |
| Octal | 243 | 176 | 150 | 0 | 27 | 44 | 44 | 26 | 30 | 64 |
| Binary | 10100011 | 1111110 | 1101000 | 0 | 10111 | 100100 | 100100 | 10110 | 11000 | 110100 |
Color Harmonies of #A37E68
Complementary color
Monochromatic Colors of #A37E68
Black with #A37E68
Text Example
Text Example
White with #A37E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E68; }
p { color: rgb(163,126,104); }
H1.HeaderClassName
{
color: #A37E68;
}
.AnyTagClassName
{
color: #A37E68;
}
</style>
background-color css
<style>
a { background-color: #A37E68; }
a { background-color: rgb(163,126,104); }
div.DivClassName
{
background-color: #A37E68;
}
.BgClassName
{
background-color: #A37E68;
}
</style>
border-color css
<style>
span { border-color: #A37E68; }
span { border-color: rgb(163,126,104); }
td.TdClassName
{
border-color: #A37E68;
}
.TagClassName
{
border-color: #A37E68;
}
</style>