Shades of Muesli #A07542
Tints of Muesli #A07542
RGB
CMYK
RGB Variations
Color information
#A07542 (or 0xA07542) is known color: Muesli. HEX triplet: A0, 75 and 42. RGB value is (160,117,66). Sum of RGB (Red+Green+Blue) = 160+117+66=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07542 is #5F8ABD. Grayscale: #7C7C7C. Windows color (decimal): -6261438 or 4355488. OLE color: 4355488.
HSL color Cylindrical-coordinate representation of color #A07542: hue angle of 32.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A07542 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 66 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.37 |
| HSL | 32.55º | 0.42% | 0.44% | - |
| HSV(B) | 32.55º | 0.59% | 0.63% | - |
| XYZ | 21.84 | 20.59 | 7.98 | - |
| YUV | 124.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 66 | 0 | 0.27 | 0.59 | 0.37 | 32.55 | 0.42 | 0.44 |
| Hex | A0 | 75 | 42 | 0 | 1B | 3B | 25 | 21 | 2A | 2C |
| Octal | 240 | 165 | 102 | 0 | 33 | 73 | 45 | 41 | 52 | 54 |
| Binary | 10100000 | 1110101 | 1000010 | 0 | 11011 | 111011 | 100101 | 100001 | 101010 | 101100 |
Color Harmonies of #A07542
Complementary color
Monochromatic Colors of #A07542
Black with #A07542
Text Example
Text Example
White with #A07542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07542; }
p { color: rgb(160,117,66); }
H1.HeaderClassName
{
color: #A07542;
}
.AnyTagClassName
{
color: #A07542;
}
</style>
background-color css
<style>
a { background-color: #A07542; }
a { background-color: rgb(160,117,66); }
div.DivClassName
{
background-color: #A07542;
}
.BgClassName
{
background-color: #A07542;
}
</style>
border-color css
<style>
span { border-color: #A07542; }
span { border-color: rgb(160,117,66); }
td.TdClassName
{
border-color: #A07542;
}
.TagClassName
{
border-color: #A07542;
}
</style>