Shades of Muesli #A1784F
Tints of Muesli #A1784F
RGB
CMYK
RGB Variations
Color information
#A1784F (or 0xA1784F) is known color: Muesli. HEX triplet: A1, 78 and 4F. RGB value is (161,120,79). Sum of RGB (Red+Green+Blue) = 161+120+79=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1784F is #5E87B0. Grayscale: #7F7F7F. Windows color (decimal): -6195121 or 5208225. OLE color: 5208225.
HSL color Cylindrical-coordinate representation of color #A1784F: hue angle of 30º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1784F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 79 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.37 |
| HSL | 30º | 0.34% | 0.47% | - |
| HSV(B) | 30º | 0.51% | 0.63% | - |
| XYZ | 22.83 | 21.57 | 10.36 | - |
| YUV | 127.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 79 | 0 | 0.25 | 0.51 | 0.37 | 30 | 0.34 | 0.47 |
| Hex | A1 | 78 | 4F | 0 | 19 | 33 | 25 | 1E | 22 | 2F |
| Octal | 241 | 170 | 117 | 0 | 31 | 63 | 45 | 36 | 42 | 57 |
| Binary | 10100001 | 1111000 | 1001111 | 0 | 11001 | 110011 | 100101 | 11110 | 100010 | 101111 |
Color Harmonies of #A1784F
Complementary color
Monochromatic Colors of #A1784F
Black with #A1784F
Text Example
Text Example
White with #A1784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1784F; }
p { color: rgb(161,120,79); }
H1.HeaderClassName
{
color: #A1784F;
}
.AnyTagClassName
{
color: #A1784F;
}
</style>
background-color css
<style>
a { background-color: #A1784F; }
a { background-color: rgb(161,120,79); }
div.DivClassName
{
background-color: #A1784F;
}
.BgClassName
{
background-color: #A1784F;
}
</style>
border-color css
<style>
span { border-color: #A1784F; }
span { border-color: rgb(161,120,79); }
td.TdClassName
{
border-color: #A1784F;
}
.TagClassName
{
border-color: #A1784F;
}
</style>