Shades of Muesli #A07E50
Tints of Muesli #A07E50
RGB
CMYK
RGB Variations
Color information
#A07E50 (or 0xA07E50) is known color: Muesli. HEX triplet: A0, 7E and 50. RGB value is (160,126,80). Sum of RGB (Red+Green+Blue) = 160+126+80=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E50 is #5F81AF. Grayscale: #838383. Windows color (decimal): -6259120 or 5275296. OLE color: 5275296.
HSL color Cylindrical-coordinate representation of color #A07E50: hue angle of 34.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07E50 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 80 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.37 |
| HSL | 34.5º | 0.33% | 0.47% | - |
| HSV(B) | 34.5º | 0.5% | 0.63% | - |
| XYZ | 23.41 | 22.97 | 10.79 | - |
| YUV | 130.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 80 | 0 | 0.21 | 0.5 | 0.37 | 34.5 | 0.33 | 0.47 |
| Hex | A0 | 7E | 50 | 0 | 15 | 32 | 25 | 22 | 21 | 2F |
| Octal | 240 | 176 | 120 | 0 | 25 | 62 | 45 | 42 | 41 | 57 |
| Binary | 10100000 | 1111110 | 1010000 | 0 | 10101 | 110010 | 100101 | 100010 | 100001 | 101111 |
Color Harmonies of #A07E50
Complementary color
Monochromatic Colors of #A07E50
Black with #A07E50
Text Example
Text Example
White with #A07E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E50; }
p { color: rgb(160,126,80); }
H1.HeaderClassName
{
color: #A07E50;
}
.AnyTagClassName
{
color: #A07E50;
}
</style>
background-color css
<style>
a { background-color: #A07E50; }
a { background-color: rgb(160,126,80); }
div.DivClassName
{
background-color: #A07E50;
}
.BgClassName
{
background-color: #A07E50;
}
</style>
border-color css
<style>
span { border-color: #A07E50; }
span { border-color: rgb(160,126,80); }
td.TdClassName
{
border-color: #A07E50;
}
.TagClassName
{
border-color: #A07E50;
}
</style>