Shades of Muesli #A07E52
Tints of Muesli #A07E52
RGB
CMYK
RGB Variations
Color information
#A07E52 (or 0xA07E52) is known color: Muesli. HEX triplet: A0, 7E and 52. RGB value is (160,126,82). Sum of RGB (Red+Green+Blue) = 160+126+82=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E52 is #5F81AD. Grayscale: #838383. Windows color (decimal): -6259118 or 5406368. OLE color: 5406368.
HSL color Cylindrical-coordinate representation of color #A07E52: hue angle of 33.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07E52 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 82 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.37 |
| HSL | 33.85º | 0.32% | 0.47% | - |
| HSV(B) | 33.85º | 0.49% | 0.63% | - |
| XYZ | 23.48 | 23 | 11.19 | - |
| YUV | 131.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 82 | 0 | 0.21 | 0.49 | 0.37 | 33.85 | 0.32 | 0.47 |
| Hex | A0 | 7E | 52 | 0 | 15 | 31 | 25 | 22 | 20 | 2F |
| Octal | 240 | 176 | 122 | 0 | 25 | 61 | 45 | 42 | 40 | 57 |
| Binary | 10100000 | 1111110 | 1010010 | 0 | 10101 | 110001 | 100101 | 100010 | 100000 | 101111 |
Color Harmonies of #A07E52
Complementary color
Monochromatic Colors of #A07E52
Black with #A07E52
Text Example
Text Example
White with #A07E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E52; }
p { color: rgb(160,126,82); }
H1.HeaderClassName
{
color: #A07E52;
}
.AnyTagClassName
{
color: #A07E52;
}
</style>
background-color css
<style>
a { background-color: #A07E52; }
a { background-color: rgb(160,126,82); }
div.DivClassName
{
background-color: #A07E52;
}
.BgClassName
{
background-color: #A07E52;
}
</style>
border-color css
<style>
span { border-color: #A07E52; }
span { border-color: rgb(160,126,82); }
td.TdClassName
{
border-color: #A07E52;
}
.TagClassName
{
border-color: #A07E52;
}
</style>