Shades of Muesli #A07648
Tints of Muesli #A07648
RGB
CMYK
RGB Variations
Color information
#A07648 (or 0xA07648) is known color: Muesli. HEX triplet: A0, 76 and 48. RGB value is (160,118,72). Sum of RGB (Red+Green+Blue) = 160+118+72=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A07648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07648 is #5F89B7. Grayscale: #7D7D7D. Windows color (decimal): -6261176 or 4748960. OLE color: 4748960.
HSL color Cylindrical-coordinate representation of color #A07648: hue angle of 31.36º 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 #A07648 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 72 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.37 |
| HSL | 31.36º | 0.38% | 0.45% | - |
| HSV(B) | 31.36º | 0.55% | 0.63% | - |
| XYZ | 22.15 | 20.9 | 9 | - |
| YUV | 125.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 72 | 0 | 0.26 | 0.55 | 0.37 | 31.36 | 0.38 | 0.45 |
| Hex | A0 | 76 | 48 | 0 | 1A | 37 | 25 | 1F | 26 | 2D |
| Octal | 240 | 166 | 110 | 0 | 32 | 67 | 45 | 37 | 46 | 55 |
| Binary | 10100000 | 1110110 | 1001000 | 0 | 11010 | 110111 | 100101 | 11111 | 100110 | 101101 |
Color Harmonies of #A07648
Complementary color
Monochromatic Colors of #A07648
Black with #A07648
Text Example
Text Example
White with #A07648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07648; }
p { color: rgb(160,118,72); }
H1.HeaderClassName
{
color: #A07648;
}
.AnyTagClassName
{
color: #A07648;
}
</style>
background-color css
<style>
a { background-color: #A07648; }
a { background-color: rgb(160,118,72); }
div.DivClassName
{
background-color: #A07648;
}
.BgClassName
{
background-color: #A07648;
}
</style>
border-color css
<style>
span { border-color: #A07648; }
span { border-color: rgb(160,118,72); }
td.TdClassName
{
border-color: #A07648;
}
.TagClassName
{
border-color: #A07648;
}
</style>