Shades of Muesli #A47649
Tints of Muesli #A47649
RGB
CMYK
RGB Variations
Color information
#A47649 (or 0xA47649) is known color: Muesli. HEX triplet: A4, 76 and 49. RGB value is (164,118,73). Sum of RGB (Red+Green+Blue) = 164+118+73=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47649 is #5B89B6. Grayscale: #7E7E7E. Windows color (decimal): -5999031 or 4814500. OLE color: 4814500.
HSL color Cylindrical-coordinate representation of color #A47649: hue angle of 29.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47649 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 73 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.36 |
| HSL | 29.67º | 0.38% | 0.46% | - |
| HSV(B) | 29.67º | 0.55% | 0.64% | - |
| XYZ | 22.99 | 21.33 | 9.21 | - |
| YUV | 126.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 73 | 0 | 0.28 | 0.55 | 0.36 | 29.67 | 0.38 | 0.46 |
| Hex | A4 | 76 | 49 | 0 | 1C | 37 | 24 | 1E | 26 | 2E |
| Octal | 244 | 166 | 111 | 0 | 34 | 67 | 44 | 36 | 46 | 56 |
| Binary | 10100100 | 1110110 | 1001001 | 0 | 11100 | 110111 | 100100 | 11110 | 100110 | 101110 |
Color Harmonies of #A47649
Complementary color
Monochromatic Colors of #A47649
Black with #A47649
Text Example
Text Example
White with #A47649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47649; }
p { color: rgb(164,118,73); }
H1.HeaderClassName
{
color: #A47649;
}
.AnyTagClassName
{
color: #A47649;
}
</style>
background-color css
<style>
a { background-color: #A47649; }
a { background-color: rgb(164,118,73); }
div.DivClassName
{
background-color: #A47649;
}
.BgClassName
{
background-color: #A47649;
}
</style>
border-color css
<style>
span { border-color: #A47649; }
span { border-color: rgb(164,118,73); }
td.TdClassName
{
border-color: #A47649;
}
.TagClassName
{
border-color: #A47649;
}
</style>