Shades of Muesli #A0784A
Tints of Muesli #A0784A
RGB
CMYK
RGB Variations
Color information
#A0784A (or 0xA0784A) is known color: Muesli. HEX triplet: A0, 78 and 4A. RGB value is (160,120,74). Sum of RGB (Red+Green+Blue) = 160+120+74=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0784A is #5F87B5. Grayscale: #7E7E7E. Windows color (decimal): -6260662 or 4880544. OLE color: 4880544.
HSL color Cylindrical-coordinate representation of color #A0784A: hue angle of 32.09º 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 #A0784A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 74 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.37 |
| HSL | 32.09º | 0.37% | 0.46% | - |
| HSV(B) | 32.09º | 0.54% | 0.63% | - |
| XYZ | 22.45 | 21.4 | 9.43 | - |
| YUV | 126.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 74 | 0 | 0.25 | 0.54 | 0.37 | 32.09 | 0.37 | 0.46 |
| Hex | A0 | 78 | 4A | 0 | 19 | 36 | 25 | 20 | 25 | 2E |
| Octal | 240 | 170 | 112 | 0 | 31 | 66 | 45 | 40 | 45 | 56 |
| Binary | 10100000 | 1111000 | 1001010 | 0 | 11001 | 110110 | 100101 | 100000 | 100101 | 101110 |
Color Harmonies of #A0784A
Complementary color
Monochromatic Colors of #A0784A
Black with #A0784A
Text Example
Text Example
White with #A0784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0784A; }
p { color: rgb(160,120,74); }
H1.HeaderClassName
{
color: #A0784A;
}
.AnyTagClassName
{
color: #A0784A;
}
</style>
background-color css
<style>
a { background-color: #A0784A; }
a { background-color: rgb(160,120,74); }
div.DivClassName
{
background-color: #A0784A;
}
.BgClassName
{
background-color: #A0784A;
}
</style>
border-color css
<style>
span { border-color: #A0784A; }
span { border-color: rgb(160,120,74); }
td.TdClassName
{
border-color: #A0784A;
}
.TagClassName
{
border-color: #A0784A;
}
</style>