Shades of Muesli #A07D46
Tints of Muesli #A07D46
RGB
CMYK
RGB Variations
Color information
#A07D46 (or 0xA07D46) is known color: Muesli. HEX triplet: A0, 7D and 46. RGB value is (160,125,70). Sum of RGB (Red+Green+Blue) = 160+125+70=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D46 is #5F82B9. Grayscale: #818181. Windows color (decimal): -6259386 or 4619680. OLE color: 4619680.
HSL color Cylindrical-coordinate representation of color #A07D46: hue angle of 36.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07D46 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 70 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.37 |
| HSL | 36.67º | 0.39% | 0.45% | - |
| HSV(B) | 36.67º | 0.56% | 0.63% | - |
| XYZ | 22.94 | 22.58 | 8.94 | - |
| YUV | 129.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 70 | 0 | 0.22 | 0.56 | 0.37 | 36.67 | 0.39 | 0.45 |
| Hex | A0 | 7D | 46 | 0 | 16 | 38 | 25 | 25 | 27 | 2D |
| Octal | 240 | 175 | 106 | 0 | 26 | 70 | 45 | 45 | 47 | 55 |
| Binary | 10100000 | 1111101 | 1000110 | 0 | 10110 | 111000 | 100101 | 100101 | 100111 | 101101 |
Color Harmonies of #A07D46
Complementary color
Monochromatic Colors of #A07D46
Black with #A07D46
Text Example
Text Example
White with #A07D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D46; }
p { color: rgb(160,125,70); }
H1.HeaderClassName
{
color: #A07D46;
}
.AnyTagClassName
{
color: #A07D46;
}
</style>
background-color css
<style>
a { background-color: #A07D46; }
a { background-color: rgb(160,125,70); }
div.DivClassName
{
background-color: #A07D46;
}
.BgClassName
{
background-color: #A07D46;
}
</style>
border-color css
<style>
span { border-color: #A07D46; }
span { border-color: rgb(160,125,70); }
td.TdClassName
{
border-color: #A07D46;
}
.TagClassName
{
border-color: #A07D46;
}
</style>