Shades of Muesli #A57D57
Tints of Muesli #A57D57
RGB
CMYK
RGB Variations
Color information
#A57D57 (or 0xA57D57) is known color: Muesli. HEX triplet: A5, 7D and 57. RGB value is (165,125,87). Sum of RGB (Red+Green+Blue) = 165+125+87=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D57 is #5A82A8. Grayscale: #848484. Windows color (decimal): -5931689 or 5733797. OLE color: 5733797.
HSL color Cylindrical-coordinate representation of color #A57D57: hue angle of 29.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57D57 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 87 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.35 |
| HSL | 29.23º | 0.31% | 0.49% | - |
| HSV(B) | 29.23º | 0.47% | 0.65% | - |
| XYZ | 24.57 | 23.35 | 12.23 | - |
| YUV | 132.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 87 | 0 | 0.24 | 0.47 | 0.35 | 29.23 | 0.31 | 0.49 |
| Hex | A5 | 7D | 57 | 0 | 18 | 2F | 23 | 1D | 1F | 31 |
| Octal | 245 | 175 | 127 | 0 | 30 | 57 | 43 | 35 | 37 | 61 |
| Binary | 10100101 | 1111101 | 1010111 | 0 | 11000 | 101111 | 100011 | 11101 | 11111 | 110001 |
Color Harmonies of #A57D57
Complementary color
Monochromatic Colors of #A57D57
Black with #A57D57
Text Example
Text Example
White with #A57D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D57; }
p { color: rgb(165,125,87); }
H1.HeaderClassName
{
color: #A57D57;
}
.AnyTagClassName
{
color: #A57D57;
}
</style>
background-color css
<style>
a { background-color: #A57D57; }
a { background-color: rgb(165,125,87); }
div.DivClassName
{
background-color: #A57D57;
}
.BgClassName
{
background-color: #A57D57;
}
</style>
border-color css
<style>
span { border-color: #A57D57; }
span { border-color: rgb(165,125,87); }
td.TdClassName
{
border-color: #A57D57;
}
.TagClassName
{
border-color: #A57D57;
}
</style>