Shades of Medium Wood #A37A5B
Tints of Medium Wood #A37A5B
RGB
CMYK
RGB Variations
Color information
#A37A5B (or 0xA37A5B) is known color: Medium Wood. HEX triplet: A3, 7A and 5B. RGB value is (163,122,91). Sum of RGB (Red+Green+Blue) = 163+122+91=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A5B is #5C85A4. Grayscale: #828282. Windows color (decimal): -6063525 or 5995171. OLE color: 5995171.
HSL color Cylindrical-coordinate representation of color #A37A5B: hue angle of 25.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37A5B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 91 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.36 |
| HSL | 25.83º | 0.28% | 0.5% | - |
| HSV(B) | 25.83º | 0.44% | 0.64% | - |
| XYZ | 23.95 | 22.46 | 12.97 | - |
| YUV | 130.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 91 | 0 | 0.25 | 0.44 | 0.36 | 25.83 | 0.28 | 0.5 |
| Hex | A3 | 7A | 5B | 0 | 19 | 2C | 24 | 1A | 1C | 32 |
| Octal | 243 | 172 | 133 | 0 | 31 | 54 | 44 | 32 | 34 | 62 |
| Binary | 10100011 | 1111010 | 1011011 | 0 | 11001 | 101100 | 100100 | 11010 | 11100 | 110010 |
Color Harmonies of #A37A5B
Complementary color
Monochromatic Colors of #A37A5B
Black with #A37A5B
Text Example
Text Example
White with #A37A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A5B; }
p { color: rgb(163,122,91); }
H1.HeaderClassName
{
color: #A37A5B;
}
.AnyTagClassName
{
color: #A37A5B;
}
</style>
background-color css
<style>
a { background-color: #A37A5B; }
a { background-color: rgb(163,122,91); }
div.DivClassName
{
background-color: #A37A5B;
}
.BgClassName
{
background-color: #A37A5B;
}
</style>
border-color css
<style>
span { border-color: #A37A5B; }
span { border-color: rgb(163,122,91); }
td.TdClassName
{
border-color: #A37A5B;
}
.TagClassName
{
border-color: #A37A5B;
}
</style>