Shades of Muesli #A07941
Tints of Muesli #A07941
RGB
CMYK
RGB Variations
Color information
#A07941 (or 0xA07941) is known color: Muesli. HEX triplet: A0, 79 and 41. RGB value is (160,121,65). Sum of RGB (Red+Green+Blue) = 160+121+65=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07941 is #5F86BE. Grayscale: #7E7E7E. Windows color (decimal): -6260415 or 4290976. OLE color: 4290976.
HSL color Cylindrical-coordinate representation of color #A07941: hue angle of 35.37º 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 #A07941 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 65 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.37 |
| HSL | 35.37º | 0.42% | 0.44% | - |
| HSV(B) | 35.37º | 0.59% | 0.63% | - |
| XYZ | 22.29 | 21.53 | 7.98 | - |
| YUV | 126.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 65 | 0 | 0.24 | 0.59 | 0.37 | 35.37 | 0.42 | 0.44 |
| Hex | A0 | 79 | 41 | 0 | 18 | 3B | 25 | 23 | 2A | 2C |
| Octal | 240 | 171 | 101 | 0 | 30 | 73 | 45 | 43 | 52 | 54 |
| Binary | 10100000 | 1111001 | 1000001 | 0 | 11000 | 111011 | 100101 | 100011 | 101010 | 101100 |
Color Harmonies of #A07941
Complementary color
Monochromatic Colors of #A07941
Black with #A07941
Text Example
Text Example
White with #A07941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07941; }
p { color: rgb(160,121,65); }
H1.HeaderClassName
{
color: #A07941;
}
.AnyTagClassName
{
color: #A07941;
}
</style>
background-color css
<style>
a { background-color: #A07941; }
a { background-color: rgb(160,121,65); }
div.DivClassName
{
background-color: #A07941;
}
.BgClassName
{
background-color: #A07941;
}
</style>
border-color css
<style>
span { border-color: #A07941; }
span { border-color: rgb(160,121,65); }
td.TdClassName
{
border-color: #A07941;
}
.TagClassName
{
border-color: #A07941;
}
</style>