Shades of Medium Wood #A57D5D
Tints of Medium Wood #A57D5D
RGB
CMYK
RGB Variations
Color information
#A57D5D (or 0xA57D5D) is known color: Medium Wood. HEX triplet: A5, 7D and 5D. RGB value is (165,125,93). Sum of RGB (Red+Green+Blue) = 165+125+93=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D5D is #5A82A2. Grayscale: #858585. Windows color (decimal): -5931683 or 6127013. OLE color: 6127013.
HSL color Cylindrical-coordinate representation of color #A57D5D: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57D5D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 93 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.35 |
| HSL | 26.67º | 0.29% | 0.51% | - |
| HSV(B) | 26.67º | 0.44% | 0.65% | - |
| XYZ | 24.83 | 23.46 | 13.58 | - |
| YUV | 133.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 93 | 0 | 0.24 | 0.44 | 0.35 | 26.67 | 0.29 | 0.51 |
| Hex | A5 | 7D | 5D | 0 | 18 | 2C | 23 | 1B | 1D | 33 |
| Octal | 245 | 175 | 135 | 0 | 30 | 54 | 43 | 33 | 35 | 63 |
| Binary | 10100101 | 1111101 | 1011101 | 0 | 11000 | 101100 | 100011 | 11011 | 11101 | 110011 |
Color Harmonies of #A57D5D
Complementary color
Monochromatic Colors of #A57D5D
Black with #A57D5D
Text Example
Text Example
White with #A57D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D5D; }
p { color: rgb(165,125,93); }
H1.HeaderClassName
{
color: #A57D5D;
}
.AnyTagClassName
{
color: #A57D5D;
}
</style>
background-color css
<style>
a { background-color: #A57D5D; }
a { background-color: rgb(165,125,93); }
div.DivClassName
{
background-color: #A57D5D;
}
.BgClassName
{
background-color: #A57D5D;
}
</style>
border-color css
<style>
span { border-color: #A57D5D; }
span { border-color: rgb(165,125,93); }
td.TdClassName
{
border-color: #A57D5D;
}
.TagClassName
{
border-color: #A57D5D;
}
</style>