Shades of Medium Wood #A37B5E
Tints of Medium Wood #A37B5E
RGB
CMYK
RGB Variations
Color information
#A37B5E (or 0xA37B5E) is known color: Medium Wood. HEX triplet: A3, 7B and 5E. RGB value is (163,123,94). Sum of RGB (Red+Green+Blue) = 163+123+94=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B5E is #5C84A1. Grayscale: #838383. Windows color (decimal): -6063266 or 6192035. OLE color: 6192035.
HSL color Cylindrical-coordinate representation of color #A37B5E: hue angle of 25.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37B5E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 94 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.36 |
| HSL | 25.22º | 0.27% | 0.5% | - |
| HSV(B) | 25.22º | 0.42% | 0.64% | - |
| XYZ | 24.21 | 22.76 | 13.71 | - |
| YUV | 131.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 94 | 0 | 0.25 | 0.42 | 0.36 | 25.22 | 0.27 | 0.5 |
| Hex | A3 | 7B | 5E | 0 | 19 | 2A | 24 | 19 | 1B | 32 |
| Octal | 243 | 173 | 136 | 0 | 31 | 52 | 44 | 31 | 33 | 62 |
| Binary | 10100011 | 1111011 | 1011110 | 0 | 11001 | 101010 | 100100 | 11001 | 11011 | 110010 |
Color Harmonies of #A37B5E
Complementary color
Monochromatic Colors of #A37B5E
Black with #A37B5E
Text Example
Text Example
White with #A37B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B5E; }
p { color: rgb(163,123,94); }
H1.HeaderClassName
{
color: #A37B5E;
}
.AnyTagClassName
{
color: #A37B5E;
}
</style>
background-color css
<style>
a { background-color: #A37B5E; }
a { background-color: rgb(163,123,94); }
div.DivClassName
{
background-color: #A37B5E;
}
.BgClassName
{
background-color: #A37B5E;
}
</style>
border-color css
<style>
span { border-color: #A37B5E; }
span { border-color: rgb(163,123,94); }
td.TdClassName
{
border-color: #A37B5E;
}
.TagClassName
{
border-color: #A37B5E;
}
</style>