Shades of Muesli #A07849
Tints of Muesli #A07849
RGB
CMYK
RGB Variations
Color information
#A07849 (or 0xA07849) is known color: Muesli. HEX triplet: A0, 78 and 49. RGB value is (160,120,73). Sum of RGB (Red+Green+Blue) = 160+120+73=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A07849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07849 is #5F87B6. Grayscale: #7E7E7E. Windows color (decimal): -6260663 or 4815008. OLE color: 4815008.
HSL color Cylindrical-coordinate representation of color #A07849: hue angle of 32.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A07849 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 73 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.37 |
| HSL | 32.41º | 0.37% | 0.46% | - |
| HSV(B) | 32.41º | 0.54% | 0.63% | - |
| XYZ | 22.42 | 21.39 | 9.25 | - |
| YUV | 126.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 73 | 0 | 0.25 | 0.54 | 0.37 | 32.41 | 0.37 | 0.46 |
| Hex | A0 | 78 | 49 | 0 | 19 | 36 | 25 | 20 | 25 | 2E |
| Octal | 240 | 170 | 111 | 0 | 31 | 66 | 45 | 40 | 45 | 56 |
| Binary | 10100000 | 1111000 | 1001001 | 0 | 11001 | 110110 | 100101 | 100000 | 100101 | 101110 |
Color Harmonies of #A07849
Complementary color
Monochromatic Colors of #A07849
Black with #A07849
Text Example
Text Example
White with #A07849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07849; }
p { color: rgb(160,120,73); }
H1.HeaderClassName
{
color: #A07849;
}
.AnyTagClassName
{
color: #A07849;
}
</style>
background-color css
<style>
a { background-color: #A07849; }
a { background-color: rgb(160,120,73); }
div.DivClassName
{
background-color: #A07849;
}
.BgClassName
{
background-color: #A07849;
}
</style>
border-color css
<style>
span { border-color: #A07849; }
span { border-color: rgb(160,120,73); }
td.TdClassName
{
border-color: #A07849;
}
.TagClassName
{
border-color: #A07849;
}
</style>