Shades of Muesli #A1794D
Tints of Muesli #A1794D
RGB
CMYK
RGB Variations
Color information
#A1794D (or 0xA1794D) is known color: Muesli. HEX triplet: A1, 79 and 4D. RGB value is (161,121,77). Sum of RGB (Red+Green+Blue) = 161+121+77=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1794D is #5E86B2. Grayscale: #808080. Windows color (decimal): -6194867 or 5077409. OLE color: 5077409.
HSL color Cylindrical-coordinate representation of color #A1794D: hue angle of 31.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1794D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 77 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.37 |
| HSL | 31.43º | 0.35% | 0.47% | - |
| HSV(B) | 31.43º | 0.52% | 0.63% | - |
| XYZ | 22.87 | 21.79 | 10.02 | - |
| YUV | 127.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 77 | 0 | 0.25 | 0.52 | 0.37 | 31.43 | 0.35 | 0.47 |
| Hex | A1 | 79 | 4D | 0 | 19 | 34 | 25 | 1F | 23 | 2F |
| Octal | 241 | 171 | 115 | 0 | 31 | 64 | 45 | 37 | 43 | 57 |
| Binary | 10100001 | 1111001 | 1001101 | 0 | 11001 | 110100 | 100101 | 11111 | 100011 | 101111 |
Color Harmonies of #A1794D
Complementary color
Monochromatic Colors of #A1794D
Black with #A1794D
Text Example
Text Example
White with #A1794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1794D; }
p { color: rgb(161,121,77); }
H1.HeaderClassName
{
color: #A1794D;
}
.AnyTagClassName
{
color: #A1794D;
}
</style>
background-color css
<style>
a { background-color: #A1794D; }
a { background-color: rgb(161,121,77); }
div.DivClassName
{
background-color: #A1794D;
}
.BgClassName
{
background-color: #A1794D;
}
</style>
border-color css
<style>
span { border-color: #A1794D; }
span { border-color: rgb(161,121,77); }
td.TdClassName
{
border-color: #A1794D;
}
.TagClassName
{
border-color: #A1794D;
}
</style>