Shades of Muesli #A1784B
Tints of Muesli #A1784B
RGB
CMYK
RGB Variations
Color information
#A1784B (or 0xA1784B) is known color: Muesli. HEX triplet: A1, 78 and 4B. RGB value is (161,120,75). Sum of RGB (Red+Green+Blue) = 161+120+75=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1784B is #5E87B4. Grayscale: #7F7F7F. Windows color (decimal): -6195125 or 4946081. OLE color: 4946081.
HSL color Cylindrical-coordinate representation of color #A1784B: hue angle of 31.4º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1784B is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 75 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.37 |
| HSL | 31.4º | 0.36% | 0.46% | - |
| HSV(B) | 31.4º | 0.53% | 0.63% | - |
| XYZ | 22.68 | 21.52 | 9.61 | - |
| YUV | 127.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 75 | 0 | 0.25 | 0.53 | 0.37 | 31.4 | 0.36 | 0.46 |
| Hex | A1 | 78 | 4B | 0 | 19 | 35 | 25 | 1F | 24 | 2E |
| Octal | 241 | 170 | 113 | 0 | 31 | 65 | 45 | 37 | 44 | 56 |
| Binary | 10100001 | 1111000 | 1001011 | 0 | 11001 | 110101 | 100101 | 11111 | 100100 | 101110 |
Color Harmonies of #A1784B
Complementary color
Monochromatic Colors of #A1784B
Black with #A1784B
Text Example
Text Example
White with #A1784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1784B; }
p { color: rgb(161,120,75); }
H1.HeaderClassName
{
color: #A1784B;
}
.AnyTagClassName
{
color: #A1784B;
}
</style>
background-color css
<style>
a { background-color: #A1784B; }
a { background-color: rgb(161,120,75); }
div.DivClassName
{
background-color: #A1784B;
}
.BgClassName
{
background-color: #A1784B;
}
</style>
border-color css
<style>
span { border-color: #A1784B; }
span { border-color: rgb(161,120,75); }
td.TdClassName
{
border-color: #A1784B;
}
.TagClassName
{
border-color: #A1784B;
}
</style>