Shades of Muesli #A0784F
Tints of Muesli #A0784F
RGB
CMYK
RGB Variations
Color information
#A0784F (or 0xA0784F) is known color: Muesli. HEX triplet: A0, 78 and 4F. RGB value is (160,120,79). Sum of RGB (Red+Green+Blue) = 160+120+79=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0784F is #5F87B0. Grayscale: #7F7F7F. Windows color (decimal): -6260657 or 5208224. OLE color: 5208224.
HSL color Cylindrical-coordinate representation of color #A0784F: hue angle of 30.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0784F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 79 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.37 |
| HSL | 30.37º | 0.34% | 0.47% | - |
| HSV(B) | 30.37º | 0.51% | 0.63% | - |
| XYZ | 22.62 | 21.47 | 10.35 | - |
| YUV | 127.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 79 | 0 | 0.25 | 0.51 | 0.37 | 30.37 | 0.34 | 0.47 |
| Hex | A0 | 78 | 4F | 0 | 19 | 33 | 25 | 1E | 22 | 2F |
| Octal | 240 | 170 | 117 | 0 | 31 | 63 | 45 | 36 | 42 | 57 |
| Binary | 10100000 | 1111000 | 1001111 | 0 | 11001 | 110011 | 100101 | 11110 | 100010 | 101111 |
Color Harmonies of #A0784F
Complementary color
Monochromatic Colors of #A0784F
Black with #A0784F
Text Example
Text Example
White with #A0784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0784F; }
p { color: rgb(160,120,79); }
H1.HeaderClassName
{
color: #A0784F;
}
.AnyTagClassName
{
color: #A0784F;
}
</style>
background-color css
<style>
a { background-color: #A0784F; }
a { background-color: rgb(160,120,79); }
div.DivClassName
{
background-color: #A0784F;
}
.BgClassName
{
background-color: #A0784F;
}
</style>
border-color css
<style>
span { border-color: #A0784F; }
span { border-color: rgb(160,120,79); }
td.TdClassName
{
border-color: #A0784F;
}
.TagClassName
{
border-color: #A0784F;
}
</style>