Shades of Muesli #A47A51
Tints of Muesli #A47A51
RGB
CMYK
RGB Variations
Color information
#A47A51 (or 0xA47A51) is known color: Muesli. HEX triplet: A4, 7A and 51. RGB value is (164,122,81). Sum of RGB (Red+Green+Blue) = 164+122+81=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A51 is #5B85AE. Grayscale: #828282. Windows color (decimal): -5997999 or 5339812. OLE color: 5339812.
HSL color Cylindrical-coordinate representation of color #A47A51: hue angle of 29.64º 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 #A47A51 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 81 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.36 |
| HSL | 29.64º | 0.34% | 0.48% | - |
| HSV(B) | 29.64º | 0.51% | 0.64% | - |
| XYZ | 23.75 | 22.41 | 10.86 | - |
| YUV | 129.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 81 | 0 | 0.26 | 0.51 | 0.36 | 29.64 | 0.34 | 0.48 |
| Hex | A4 | 7A | 51 | 0 | 1A | 33 | 24 | 1E | 22 | 30 |
| Octal | 244 | 172 | 121 | 0 | 32 | 63 | 44 | 36 | 42 | 60 |
| Binary | 10100100 | 1111010 | 1010001 | 0 | 11010 | 110011 | 100100 | 11110 | 100010 | 110000 |
Color Harmonies of #A47A51
Complementary color
Monochromatic Colors of #A47A51
Black with #A47A51
Text Example
Text Example
White with #A47A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A51; }
p { color: rgb(164,122,81); }
H1.HeaderClassName
{
color: #A47A51;
}
.AnyTagClassName
{
color: #A47A51;
}
</style>
background-color css
<style>
a { background-color: #A47A51; }
a { background-color: rgb(164,122,81); }
div.DivClassName
{
background-color: #A47A51;
}
.BgClassName
{
background-color: #A47A51;
}
</style>
border-color css
<style>
span { border-color: #A47A51; }
span { border-color: rgb(164,122,81); }
td.TdClassName
{
border-color: #A47A51;
}
.TagClassName
{
border-color: #A47A51;
}
</style>