Shades of Muesli #A1784D
Tints of Muesli #A1784D
RGB
CMYK
RGB Variations
Color information
#A1784D (or 0xA1784D) is known color: Muesli. HEX triplet: A1, 78 and 4D. RGB value is (161,120,77). Sum of RGB (Red+Green+Blue) = 161+120+77=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1784D is #5E87B2. Grayscale: #7F7F7F. Windows color (decimal): -6195123 or 5077153. OLE color: 5077153.
HSL color Cylindrical-coordinate representation of color #A1784D: hue angle of 30.71º 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 #A1784D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 77 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.37 |
| HSL | 30.71º | 0.35% | 0.47% | - |
| HSV(B) | 30.71º | 0.52% | 0.63% | - |
| XYZ | 22.75 | 21.55 | 9.98 | - |
| YUV | 127.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 77 | 0 | 0.25 | 0.52 | 0.37 | 30.71 | 0.35 | 0.47 |
| Hex | A1 | 78 | 4D | 0 | 19 | 34 | 25 | 1F | 23 | 2F |
| Octal | 241 | 170 | 115 | 0 | 31 | 64 | 45 | 37 | 43 | 57 |
| Binary | 10100001 | 1111000 | 1001101 | 0 | 11001 | 110100 | 100101 | 11111 | 100011 | 101111 |
Color Harmonies of #A1784D
Complementary color
Monochromatic Colors of #A1784D
Black with #A1784D
Text Example
Text Example
White with #A1784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1784D; }
p { color: rgb(161,120,77); }
H1.HeaderClassName
{
color: #A1784D;
}
.AnyTagClassName
{
color: #A1784D;
}
</style>
background-color css
<style>
a { background-color: #A1784D; }
a { background-color: rgb(161,120,77); }
div.DivClassName
{
background-color: #A1784D;
}
.BgClassName
{
background-color: #A1784D;
}
</style>
border-color css
<style>
span { border-color: #A1784D; }
span { border-color: rgb(161,120,77); }
td.TdClassName
{
border-color: #A1784D;
}
.TagClassName
{
border-color: #A1784D;
}
</style>