Shades of Medium Wood #A57D60
Tints of Medium Wood #A57D60
RGB
CMYK
RGB Variations
Color information
#A57D60 (or 0xA57D60) is known color: Medium Wood. HEX triplet: A5, 7D and 60. RGB value is (165,125,96). Sum of RGB (Red+Green+Blue) = 165+125+96=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D60 is #5A829F. Grayscale: #858585. Windows color (decimal): -5931680 or 6323621. OLE color: 6323621.
HSL color Cylindrical-coordinate representation of color #A57D60: hue angle of 25.22º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57D60 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 96 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.35 |
| HSL | 25.22º | 0.28% | 0.51% | - |
| HSV(B) | 25.22º | 0.42% | 0.65% | - |
| XYZ | 24.96 | 23.51 | 14.29 | - |
| YUV | 133.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 96 | 0 | 0.24 | 0.42 | 0.35 | 25.22 | 0.28 | 0.51 |
| Hex | A5 | 7D | 60 | 0 | 18 | 2A | 23 | 19 | 1C | 33 |
| Octal | 245 | 175 | 140 | 0 | 30 | 52 | 43 | 31 | 34 | 63 |
| Binary | 10100101 | 1111101 | 1100000 | 0 | 11000 | 101010 | 100011 | 11001 | 11100 | 110011 |
Color Harmonies of #A57D60
Complementary color
Monochromatic Colors of #A57D60
Black with #A57D60
Text Example
Text Example
White with #A57D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D60; }
p { color: rgb(165,125,96); }
H1.HeaderClassName
{
color: #A57D60;
}
.AnyTagClassName
{
color: #A57D60;
}
</style>
background-color css
<style>
a { background-color: #A57D60; }
a { background-color: rgb(165,125,96); }
div.DivClassName
{
background-color: #A57D60;
}
.BgClassName
{
background-color: #A57D60;
}
</style>
border-color css
<style>
span { border-color: #A57D60; }
span { border-color: rgb(165,125,96); }
td.TdClassName
{
border-color: #A57D60;
}
.TagClassName
{
border-color: #A57D60;
}
</style>