Shades of Muesli #A57D4F
Tints of Muesli #A57D4F
RGB
CMYK
RGB Variations
Color information
#A57D4F (or 0xA57D4F) is known color: Muesli. HEX triplet: A5, 7D and 4F. RGB value is (165,125,79). Sum of RGB (Red+Green+Blue) = 165+125+79=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D4F is #5A82B0. Grayscale: #838383. Windows color (decimal): -5931697 or 5209509. OLE color: 5209509.
HSL color Cylindrical-coordinate representation of color #A57D4F: hue angle of 32.09º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A57D4F is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 79 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.35 |
| HSL | 32.09º | 0.35% | 0.48% | - |
| HSV(B) | 32.09º | 0.52% | 0.65% | - |
| XYZ | 24.26 | 23.23 | 10.6 | - |
| YUV | 131.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 79 | 0 | 0.24 | 0.52 | 0.35 | 32.09 | 0.35 | 0.48 |
| Hex | A5 | 7D | 4F | 0 | 18 | 34 | 23 | 20 | 23 | 30 |
| Octal | 245 | 175 | 117 | 0 | 30 | 64 | 43 | 40 | 43 | 60 |
| Binary | 10100101 | 1111101 | 1001111 | 0 | 11000 | 110100 | 100011 | 100000 | 100011 | 110000 |
Color Harmonies of #A57D4F
Complementary color
Monochromatic Colors of #A57D4F
Black with #A57D4F
Text Example
Text Example
White with #A57D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D4F; }
p { color: rgb(165,125,79); }
H1.HeaderClassName
{
color: #A57D4F;
}
.AnyTagClassName
{
color: #A57D4F;
}
</style>
background-color css
<style>
a { background-color: #A57D4F; }
a { background-color: rgb(165,125,79); }
div.DivClassName
{
background-color: #A57D4F;
}
.BgClassName
{
background-color: #A57D4F;
}
</style>
border-color css
<style>
span { border-color: #A57D4F; }
span { border-color: rgb(165,125,79); }
td.TdClassName
{
border-color: #A57D4F;
}
.TagClassName
{
border-color: #A57D4F;
}
</style>