Shades of Muesli #A07944
Tints of Muesli #A07944
RGB
CMYK
RGB Variations
Color information
#A07944 (or 0xA07944) is known color: Muesli. HEX triplet: A0, 79 and 44. RGB value is (160,121,68). Sum of RGB (Red+Green+Blue) = 160+121+68=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07944 is #5F86BB. Grayscale: #7E7E7E. Windows color (decimal): -6260412 or 4487584. OLE color: 4487584.
HSL color Cylindrical-coordinate representation of color #A07944: hue angle of 34.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A07944 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 68 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.37 |
| HSL | 34.57º | 0.4% | 0.45% | - |
| HSV(B) | 34.57º | 0.58% | 0.63% | - |
| XYZ | 22.38 | 21.57 | 8.45 | - |
| YUV | 126.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 68 | 0 | 0.24 | 0.57 | 0.37 | 34.57 | 0.4 | 0.45 |
| Hex | A0 | 79 | 44 | 0 | 18 | 39 | 25 | 23 | 28 | 2D |
| Octal | 240 | 171 | 104 | 0 | 30 | 71 | 45 | 43 | 50 | 55 |
| Binary | 10100000 | 1111001 | 1000100 | 0 | 11000 | 111001 | 100101 | 100011 | 101000 | 101101 |
Color Harmonies of #A07944
Complementary color
Monochromatic Colors of #A07944
Black with #A07944
Text Example
Text Example
White with #A07944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07944; }
p { color: rgb(160,121,68); }
H1.HeaderClassName
{
color: #A07944;
}
.AnyTagClassName
{
color: #A07944;
}
</style>
background-color css
<style>
a { background-color: #A07944; }
a { background-color: rgb(160,121,68); }
div.DivClassName
{
background-color: #A07944;
}
.BgClassName
{
background-color: #A07944;
}
</style>
border-color css
<style>
span { border-color: #A07944; }
span { border-color: rgb(160,121,68); }
td.TdClassName
{
border-color: #A07944;
}
.TagClassName
{
border-color: #A07944;
}
</style>