Shades of Muesli #A57C4D
Tints of Muesli #A57C4D
RGB
CMYK
RGB Variations
Color information
#A57C4D (or 0xA57C4D) is known color: Muesli. HEX triplet: A5, 7C and 4D. RGB value is (165,124,77). Sum of RGB (Red+Green+Blue) = 165+124+77=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C4D is #5A83B2. Grayscale: #838383. Windows color (decimal): -5931955 or 5078181. OLE color: 5078181.
HSL color Cylindrical-coordinate representation of color #A57C4D: hue angle of 32.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A57C4D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 124 | 77 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.35 |
| HSL | 32.05º | 0.36% | 0.47% | - |
| HSV(B) | 32.05º | 0.53% | 0.65% | - |
| XYZ | 24.06 | 22.95 | 10.18 | - |
| YUV | 130.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 77 | 0 | 0.25 | 0.53 | 0.35 | 32.05 | 0.36 | 0.47 |
| Hex | A5 | 7C | 4D | 0 | 19 | 35 | 23 | 20 | 24 | 2F |
| Octal | 245 | 174 | 115 | 0 | 31 | 65 | 43 | 40 | 44 | 57 |
| Binary | 10100101 | 1111100 | 1001101 | 0 | 11001 | 110101 | 100011 | 100000 | 100100 | 101111 |
Color Harmonies of #A57C4D
Complementary color
Monochromatic Colors of #A57C4D
Black with #A57C4D
Text Example
Text Example
White with #A57C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57C4D; }
p { color: rgb(165,124,77); }
H1.HeaderClassName
{
color: #A57C4D;
}
.AnyTagClassName
{
color: #A57C4D;
}
</style>
background-color css
<style>
a { background-color: #A57C4D; }
a { background-color: rgb(165,124,77); }
div.DivClassName
{
background-color: #A57C4D;
}
.BgClassName
{
background-color: #A57C4D;
}
</style>
border-color css
<style>
span { border-color: #A57C4D; }
span { border-color: rgb(165,124,77); }
td.TdClassName
{
border-color: #A57C4D;
}
.TagClassName
{
border-color: #A57C4D;
}
</style>