Shades of Muesli #A47E50
Tints of Muesli #A47E50
RGB
CMYK
RGB Variations
Color information
#A47E50 (or 0xA47E50) is known color: Muesli. HEX triplet: A4, 7E and 50. RGB value is (164,126,80). Sum of RGB (Red+Green+Blue) = 164+126+80=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E50 is #5B81AF. Grayscale: #848484. Windows color (decimal): -5996976 or 5275300. OLE color: 5275300.
HSL color Cylindrical-coordinate representation of color #A47E50: hue angle of 32.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47E50 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 80 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 32.86º | 0.34% | 0.48% | - |
| HSV(B) | 32.86º | 0.51% | 0.64% | - |
| XYZ | 24.22 | 23.39 | 10.83 | - |
| YUV | 132.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 80 | 0 | 0.23 | 0.51 | 0.36 | 32.86 | 0.34 | 0.48 |
| Hex | A4 | 7E | 50 | 0 | 17 | 33 | 24 | 21 | 22 | 30 |
| Octal | 244 | 176 | 120 | 0 | 27 | 63 | 44 | 41 | 42 | 60 |
| Binary | 10100100 | 1111110 | 1010000 | 0 | 10111 | 110011 | 100100 | 100001 | 100010 | 110000 |
Color Harmonies of #A47E50
Complementary color
Monochromatic Colors of #A47E50
Black with #A47E50
Text Example
Text Example
White with #A47E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E50; }
p { color: rgb(164,126,80); }
H1.HeaderClassName
{
color: #A47E50;
}
.AnyTagClassName
{
color: #A47E50;
}
</style>
background-color css
<style>
a { background-color: #A47E50; }
a { background-color: rgb(164,126,80); }
div.DivClassName
{
background-color: #A47E50;
}
.BgClassName
{
background-color: #A47E50;
}
</style>
border-color css
<style>
span { border-color: #A47E50; }
span { border-color: rgb(164,126,80); }
td.TdClassName
{
border-color: #A47E50;
}
.TagClassName
{
border-color: #A47E50;
}
</style>