Shades of Medium Wood #A57D5A
Tints of Medium Wood #A57D5A
RGB
CMYK
RGB Variations
Color information
#A57D5A (or 0xA57D5A) is known color: Medium Wood. HEX triplet: A5, 7D and 5A. RGB value is (165,125,90). Sum of RGB (Red+Green+Blue) = 165+125+90=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D5A is #5A82A5. Grayscale: #858585. Windows color (decimal): -5931686 or 5930405. OLE color: 5930405.
HSL color Cylindrical-coordinate representation of color #A57D5A: hue angle of 28º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A57D5A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 90 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.35 |
| HSL | 28º | 0.29% | 0.5% | - |
| HSV(B) | 28º | 0.45% | 0.65% | - |
| XYZ | 24.7 | 23.4 | 12.89 | - |
| YUV | 132.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 90 | 0 | 0.24 | 0.45 | 0.35 | 28 | 0.29 | 0.5 |
| Hex | A5 | 7D | 5A | 0 | 18 | 2D | 23 | 1C | 1D | 32 |
| Octal | 245 | 175 | 132 | 0 | 30 | 55 | 43 | 34 | 35 | 62 |
| Binary | 10100101 | 1111101 | 1011010 | 0 | 11000 | 101101 | 100011 | 11100 | 11101 | 110010 |
Color Harmonies of #A57D5A
Complementary color
Monochromatic Colors of #A57D5A
Black with #A57D5A
Text Example
Text Example
White with #A57D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D5A; }
p { color: rgb(165,125,90); }
H1.HeaderClassName
{
color: #A57D5A;
}
.AnyTagClassName
{
color: #A57D5A;
}
</style>
background-color css
<style>
a { background-color: #A57D5A; }
a { background-color: rgb(165,125,90); }
div.DivClassName
{
background-color: #A57D5A;
}
.BgClassName
{
background-color: #A57D5A;
}
</style>
border-color css
<style>
span { border-color: #A57D5A; }
span { border-color: rgb(165,125,90); }
td.TdClassName
{
border-color: #A57D5A;
}
.TagClassName
{
border-color: #A57D5A;
}
</style>