Shades of Medium Wood #A57B5E
Tints of Medium Wood #A57B5E
RGB
CMYK
RGB Variations
Color information
#A57B5E (or 0xA57B5E) is known color: Medium Wood. HEX triplet: A5, 7B and 5E. RGB value is (165,123,94). Sum of RGB (Red+Green+Blue) = 165+123+94=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B5E is #5A84A1. Grayscale: #848484. Windows color (decimal): -5932194 or 6192037. OLE color: 6192037.
HSL color Cylindrical-coordinate representation of color #A57B5E: hue angle of 24.51º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57B5E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 123 | 94 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.35 |
| HSL | 24.51º | 0.28% | 0.51% | - |
| HSV(B) | 24.51º | 0.43% | 0.65% | - |
| XYZ | 24.62 | 22.97 | 13.73 | - |
| YUV | 132.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 94 | 0 | 0.25 | 0.43 | 0.35 | 24.51 | 0.28 | 0.51 |
| Hex | A5 | 7B | 5E | 0 | 19 | 2B | 23 | 19 | 1C | 33 |
| Octal | 245 | 173 | 136 | 0 | 31 | 53 | 43 | 31 | 34 | 63 |
| Binary | 10100101 | 1111011 | 1011110 | 0 | 11001 | 101011 | 100011 | 11001 | 11100 | 110011 |
Color Harmonies of #A57B5E
Complementary color
Monochromatic Colors of #A57B5E
Black with #A57B5E
Text Example
Text Example
White with #A57B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57B5E; }
p { color: rgb(165,123,94); }
H1.HeaderClassName
{
color: #A57B5E;
}
.AnyTagClassName
{
color: #A57B5E;
}
</style>
background-color css
<style>
a { background-color: #A57B5E; }
a { background-color: rgb(165,123,94); }
div.DivClassName
{
background-color: #A57B5E;
}
.BgClassName
{
background-color: #A57B5E;
}
</style>
border-color css
<style>
span { border-color: #A57B5E; }
span { border-color: rgb(165,123,94); }
td.TdClassName
{
border-color: #A57B5E;
}
.TagClassName
{
border-color: #A57B5E;
}
</style>