Shades of Muesli #A07748
Tints of Muesli #A07748
RGB
CMYK
RGB Variations
Color information
#A07748 (or 0xA07748) is known color: Muesli. HEX triplet: A0, 77 and 48. RGB value is (160,119,72). Sum of RGB (Red+Green+Blue) = 160+119+72=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A07748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07748 is #5F88B7. Grayscale: #7E7E7E. Windows color (decimal): -6260920 or 4749216. OLE color: 4749216.
HSL color Cylindrical-coordinate representation of color #A07748: hue angle of 32.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A07748 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 72 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.37 |
| HSL | 32.05º | 0.38% | 0.45% | - |
| HSV(B) | 32.05º | 0.55% | 0.63% | - |
| XYZ | 22.26 | 21.14 | 9.04 | - |
| YUV | 125.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 72 | 0 | 0.26 | 0.55 | 0.37 | 32.05 | 0.38 | 0.45 |
| Hex | A0 | 77 | 48 | 0 | 1A | 37 | 25 | 20 | 26 | 2D |
| Octal | 240 | 167 | 110 | 0 | 32 | 67 | 45 | 40 | 46 | 55 |
| Binary | 10100000 | 1110111 | 1001000 | 0 | 11010 | 110111 | 100101 | 100000 | 100110 | 101101 |
Color Harmonies of #A07748
Complementary color
Monochromatic Colors of #A07748
Black with #A07748
Text Example
Text Example
White with #A07748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07748; }
p { color: rgb(160,119,72); }
H1.HeaderClassName
{
color: #A07748;
}
.AnyTagClassName
{
color: #A07748;
}
</style>
background-color css
<style>
a { background-color: #A07748; }
a { background-color: rgb(160,119,72); }
div.DivClassName
{
background-color: #A07748;
}
.BgClassName
{
background-color: #A07748;
}
</style>
border-color css
<style>
span { border-color: #A07748; }
span { border-color: rgb(160,119,72); }
td.TdClassName
{
border-color: #A07748;
}
.TagClassName
{
border-color: #A07748;
}
</style>