Shades of Muesli #A0784C
Tints of Muesli #A0784C
RGB
CMYK
RGB Variations
Color information
#A0784C (or 0xA0784C) is known color: Muesli. HEX triplet: A0, 78 and 4C. RGB value is (160,120,76). Sum of RGB (Red+Green+Blue) = 160+120+76=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0784C is #5F87B3. Grayscale: #7F7F7F. Windows color (decimal): -6260660 or 5011616. OLE color: 5011616.
HSL color Cylindrical-coordinate representation of color #A0784C: hue angle of 31.43º degrees, saturation: 0.36, 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 #A0784C is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 76 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.37 |
| HSL | 31.43º | 0.36% | 0.46% | - |
| HSV(B) | 31.43º | 0.53% | 0.63% | - |
| XYZ | 22.52 | 21.43 | 9.79 | - |
| YUV | 126.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 76 | 0 | 0.25 | 0.52 | 0.37 | 31.43 | 0.36 | 0.46 |
| Hex | A0 | 78 | 4C | 0 | 19 | 34 | 25 | 1F | 24 | 2E |
| Octal | 240 | 170 | 114 | 0 | 31 | 64 | 45 | 37 | 44 | 56 |
| Binary | 10100000 | 1111000 | 1001100 | 0 | 11001 | 110100 | 100101 | 11111 | 100100 | 101110 |
Color Harmonies of #A0784C
Complementary color
Monochromatic Colors of #A0784C
Black with #A0784C
Text Example
Text Example
White with #A0784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0784C; }
p { color: rgb(160,120,76); }
H1.HeaderClassName
{
color: #A0784C;
}
.AnyTagClassName
{
color: #A0784C;
}
</style>
background-color css
<style>
a { background-color: #A0784C; }
a { background-color: rgb(160,120,76); }
div.DivClassName
{
background-color: #A0784C;
}
.BgClassName
{
background-color: #A0784C;
}
</style>
border-color css
<style>
span { border-color: #A0784C; }
span { border-color: rgb(160,120,76); }
td.TdClassName
{
border-color: #A0784C;
}
.TagClassName
{
border-color: #A0784C;
}
</style>