Shades of Muesli #A1845B
Tints of Muesli #A1845B
RGB
CMYK
RGB Variations
Color information
#A1845B (or 0xA1845B) is known color: Muesli. HEX triplet: A1, 84 and 5B. RGB value is (161,132,91). Sum of RGB (Red+Green+Blue) = 161+132+91=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845B is #5E7BA4. Grayscale: #888888. Windows color (decimal): -6192037 or 5997729. OLE color: 5997729.
HSL color Cylindrical-coordinate representation of color #A1845B: hue angle of 35.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1845B is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 91 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.37 |
| HSL | 35.14º | 0.28% | 0.49% | - |
| HSV(B) | 35.14º | 0.43% | 0.63% | - |
| XYZ | 24.84 | 24.83 | 13.38 | - |
| YUV | 136 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 91 | 0 | 0.18 | 0.43 | 0.37 | 35.14 | 0.28 | 0.49 |
| Hex | A1 | 84 | 5B | 0 | 12 | 2B | 25 | 23 | 1C | 31 |
| Octal | 241 | 204 | 133 | 0 | 22 | 53 | 45 | 43 | 34 | 61 |
| Binary | 10100001 | 10000100 | 1011011 | 0 | 10010 | 101011 | 100101 | 100011 | 11100 | 110001 |
Color Harmonies of #A1845B
Complementary color
Monochromatic Colors of #A1845B
Black with #A1845B
Text Example
Text Example
White with #A1845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1845B; }
p { color: rgb(161,132,91); }
H1.HeaderClassName
{
color: #A1845B;
}
.AnyTagClassName
{
color: #A1845B;
}
</style>
background-color css
<style>
a { background-color: #A1845B; }
a { background-color: rgb(161,132,91); }
div.DivClassName
{
background-color: #A1845B;
}
.BgClassName
{
background-color: #A1845B;
}
</style>
border-color css
<style>
span { border-color: #A1845B; }
span { border-color: rgb(161,132,91); }
td.TdClassName
{
border-color: #A1845B;
}
.TagClassName
{
border-color: #A1845B;
}
</style>