Shades of Muesli #A3845B
Tints of Muesli #A3845B
RGB
CMYK
RGB Variations
Color information
#A3845B (or 0xA3845B) is known color: Muesli. HEX triplet: A3, 84 and 5B. RGB value is (163,132,91). Sum of RGB (Red+Green+Blue) = 163+132+91=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3845B is #5C7BA4. Grayscale: #888888. Windows color (decimal): -6060965 or 5997731. OLE color: 5997731.
HSL color Cylindrical-coordinate representation of color #A3845B: hue angle of 34.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3845B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 91 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.36 |
| HSL | 34.17º | 0.28% | 0.5% | - |
| HSV(B) | 34.17º | 0.44% | 0.64% | - |
| XYZ | 25.24 | 25.04 | 13.4 | - |
| YUV | 136.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 91 | 0 | 0.19 | 0.44 | 0.36 | 34.17 | 0.28 | 0.5 |
| Hex | A3 | 84 | 5B | 0 | 13 | 2C | 24 | 22 | 1C | 32 |
| Octal | 243 | 204 | 133 | 0 | 23 | 54 | 44 | 42 | 34 | 62 |
| Binary | 10100011 | 10000100 | 1011011 | 0 | 10011 | 101100 | 100100 | 100010 | 11100 | 110010 |
Color Harmonies of #A3845B
Complementary color
Monochromatic Colors of #A3845B
Black with #A3845B
Text Example
Text Example
White with #A3845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3845B; }
p { color: rgb(163,132,91); }
H1.HeaderClassName
{
color: #A3845B;
}
.AnyTagClassName
{
color: #A3845B;
}
</style>
background-color css
<style>
a { background-color: #A3845B; }
a { background-color: rgb(163,132,91); }
div.DivClassName
{
background-color: #A3845B;
}
.BgClassName
{
background-color: #A3845B;
}
</style>
border-color css
<style>
span { border-color: #A3845B; }
span { border-color: rgb(163,132,91); }
td.TdClassName
{
border-color: #A3845B;
}
.TagClassName
{
border-color: #A3845B;
}
</style>