Shades of Muesli #A47951
Tints of Muesli #A47951
RGB
CMYK
RGB Variations
Color information
#A47951 (or 0xA47951) is known color: Muesli. HEX triplet: A4, 79 and 51. RGB value is (164,121,81). Sum of RGB (Red+Green+Blue) = 164+121+81=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A47951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47951 is #5B86AE. Grayscale: #818181. Windows color (decimal): -5998255 or 5339556. OLE color: 5339556.
HSL color Cylindrical-coordinate representation of color #A47951: hue angle of 28.92º 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 #A47951 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 81 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.36 |
| HSL | 28.92º | 0.34% | 0.48% | - |
| HSV(B) | 28.92º | 0.51% | 0.64% | - |
| XYZ | 23.63 | 22.16 | 10.82 | - |
| YUV | 129.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 81 | 0 | 0.26 | 0.51 | 0.36 | 28.92 | 0.34 | 0.48 |
| Hex | A4 | 79 | 51 | 0 | 1A | 33 | 24 | 1D | 22 | 30 |
| Octal | 244 | 171 | 121 | 0 | 32 | 63 | 44 | 35 | 42 | 60 |
| Binary | 10100100 | 1111001 | 1010001 | 0 | 11010 | 110011 | 100100 | 11101 | 100010 | 110000 |
Color Harmonies of #A47951
Complementary color
Monochromatic Colors of #A47951
Black with #A47951
Text Example
Text Example
White with #A47951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47951; }
p { color: rgb(164,121,81); }
H1.HeaderClassName
{
color: #A47951;
}
.AnyTagClassName
{
color: #A47951;
}
</style>
background-color css
<style>
a { background-color: #A47951; }
a { background-color: rgb(164,121,81); }
div.DivClassName
{
background-color: #A47951;
}
.BgClassName
{
background-color: #A47951;
}
</style>
border-color css
<style>
span { border-color: #A47951; }
span { border-color: rgb(164,121,81); }
td.TdClassName
{
border-color: #A47951;
}
.TagClassName
{
border-color: #A47951;
}
</style>