Shades of Muesli #A0794D
Tints of Muesli #A0794D
RGB
CMYK
RGB Variations
Color information
#A0794D (or 0xA0794D) is known color: Muesli. HEX triplet: A0, 79 and 4D. RGB value is (160,121,77). Sum of RGB (Red+Green+Blue) = 160+121+77=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0794D is #5F86B2. Grayscale: #7F7F7F. Windows color (decimal): -6260403 or 5077408. OLE color: 5077408.
HSL color Cylindrical-coordinate representation of color #A0794D: hue angle of 31.81º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0794D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 77 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.37 |
| HSL | 31.81º | 0.35% | 0.46% | - |
| HSV(B) | 31.81º | 0.52% | 0.63% | - |
| XYZ | 22.67 | 21.68 | 10.01 | - |
| YUV | 127.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 77 | 0 | 0.24 | 0.52 | 0.37 | 31.81 | 0.35 | 0.46 |
| Hex | A0 | 79 | 4D | 0 | 18 | 34 | 25 | 20 | 23 | 2E |
| Octal | 240 | 171 | 115 | 0 | 30 | 64 | 45 | 40 | 43 | 56 |
| Binary | 10100000 | 1111001 | 1001101 | 0 | 11000 | 110100 | 100101 | 100000 | 100011 | 101110 |
Color Harmonies of #A0794D
Complementary color
Monochromatic Colors of #A0794D
Black with #A0794D
Text Example
Text Example
White with #A0794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0794D; }
p { color: rgb(160,121,77); }
H1.HeaderClassName
{
color: #A0794D;
}
.AnyTagClassName
{
color: #A0794D;
}
</style>
background-color css
<style>
a { background-color: #A0794D; }
a { background-color: rgb(160,121,77); }
div.DivClassName
{
background-color: #A0794D;
}
.BgClassName
{
background-color: #A0794D;
}
</style>
border-color css
<style>
span { border-color: #A0794D; }
span { border-color: rgb(160,121,77); }
td.TdClassName
{
border-color: #A0794D;
}
.TagClassName
{
border-color: #A0794D;
}
</style>