Shades of Muesli #A0794B
Tints of Muesli #A0794B
RGB
CMYK
RGB Variations
Color information
#A0794B (or 0xA0794B) is known color: Muesli. HEX triplet: A0, 79 and 4B. RGB value is (160,121,75). Sum of RGB (Red+Green+Blue) = 160+121+75=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0794B is #5F86B4. Grayscale: #7F7F7F. Windows color (decimal): -6260405 or 4946336. OLE color: 4946336.
HSL color Cylindrical-coordinate representation of color #A0794B: hue angle of 32.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0794B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 75 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.37 |
| HSL | 32.47º | 0.36% | 0.46% | - |
| HSV(B) | 32.47º | 0.53% | 0.63% | - |
| XYZ | 22.6 | 21.66 | 9.65 | - |
| YUV | 127.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 75 | 0 | 0.24 | 0.53 | 0.37 | 32.47 | 0.36 | 0.46 |
| Hex | A0 | 79 | 4B | 0 | 18 | 35 | 25 | 20 | 24 | 2E |
| Octal | 240 | 171 | 113 | 0 | 30 | 65 | 45 | 40 | 44 | 56 |
| Binary | 10100000 | 1111001 | 1001011 | 0 | 11000 | 110101 | 100101 | 100000 | 100100 | 101110 |
Color Harmonies of #A0794B
Complementary color
Monochromatic Colors of #A0794B
Black with #A0794B
Text Example
Text Example
White with #A0794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0794B; }
p { color: rgb(160,121,75); }
H1.HeaderClassName
{
color: #A0794B;
}
.AnyTagClassName
{
color: #A0794B;
}
</style>
background-color css
<style>
a { background-color: #A0794B; }
a { background-color: rgb(160,121,75); }
div.DivClassName
{
background-color: #A0794B;
}
.BgClassName
{
background-color: #A0794B;
}
</style>
border-color css
<style>
span { border-color: #A0794B; }
span { border-color: rgb(160,121,75); }
td.TdClassName
{
border-color: #A0794B;
}
.TagClassName
{
border-color: #A0794B;
}
</style>