Shades of Muesli #A47E51
Tints of Muesli #A47E51
RGB
CMYK
RGB Variations
Color information
#A47E51 (or 0xA47E51) is known color: Muesli. HEX triplet: A4, 7E and 51. RGB value is (164,126,81). Sum of RGB (Red+Green+Blue) = 164+126+81=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E51 is #5B81AE. Grayscale: #848484. Windows color (decimal): -5996975 or 5340836. OLE color: 5340836.
HSL color Cylindrical-coordinate representation of color #A47E51: hue angle of 32.53º 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 #A47E51 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 81 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.36 |
| HSL | 32.53º | 0.34% | 0.48% | - |
| HSV(B) | 32.53º | 0.51% | 0.64% | - |
| XYZ | 24.26 | 23.41 | 11.02 | - |
| YUV | 132.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 81 | 0 | 0.23 | 0.51 | 0.36 | 32.53 | 0.34 | 0.48 |
| Hex | A4 | 7E | 51 | 0 | 17 | 33 | 24 | 21 | 22 | 30 |
| Octal | 244 | 176 | 121 | 0 | 27 | 63 | 44 | 41 | 42 | 60 |
| Binary | 10100100 | 1111110 | 1010001 | 0 | 10111 | 110011 | 100100 | 100001 | 100010 | 110000 |
Color Harmonies of #A47E51
Complementary color
Monochromatic Colors of #A47E51
Black with #A47E51
Text Example
Text Example
White with #A47E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E51; }
p { color: rgb(164,126,81); }
H1.HeaderClassName
{
color: #A47E51;
}
.AnyTagClassName
{
color: #A47E51;
}
</style>
background-color css
<style>
a { background-color: #A47E51; }
a { background-color: rgb(164,126,81); }
div.DivClassName
{
background-color: #A47E51;
}
.BgClassName
{
background-color: #A47E51;
}
</style>
border-color css
<style>
span { border-color: #A47E51; }
span { border-color: rgb(164,126,81); }
td.TdClassName
{
border-color: #A47E51;
}
.TagClassName
{
border-color: #A47E51;
}
</style>