Shades of Muesli #A2845B
Tints of Muesli #A2845B
RGB
CMYK
RGB Variations
Color information
#A2845B (or 0xA2845B) is known color: Muesli. HEX triplet: A2, 84 and 5B. RGB value is (162,132,91). Sum of RGB (Red+Green+Blue) = 162+132+91=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845B is #5D7BA4. Grayscale: #888888. Windows color (decimal): -6126501 or 5997730. OLE color: 5997730.
HSL color Cylindrical-coordinate representation of color #A2845B: hue angle of 34.65º 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 #A2845B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 91 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.36 |
| HSL | 34.65º | 0.28% | 0.5% | - |
| HSV(B) | 34.65º | 0.44% | 0.64% | - |
| XYZ | 25.04 | 24.94 | 13.39 | - |
| YUV | 136.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 91 | 0 | 0.19 | 0.44 | 0.36 | 34.65 | 0.28 | 0.5 |
| Hex | A2 | 84 | 5B | 0 | 13 | 2C | 24 | 23 | 1C | 32 |
| Octal | 242 | 204 | 133 | 0 | 23 | 54 | 44 | 43 | 34 | 62 |
| Binary | 10100010 | 10000100 | 1011011 | 0 | 10011 | 101100 | 100100 | 100011 | 11100 | 110010 |
Color Harmonies of #A2845B
Complementary color
Monochromatic Colors of #A2845B
Black with #A2845B
Text Example
Text Example
White with #A2845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2845B; }
p { color: rgb(162,132,91); }
H1.HeaderClassName
{
color: #A2845B;
}
.AnyTagClassName
{
color: #A2845B;
}
</style>
background-color css
<style>
a { background-color: #A2845B; }
a { background-color: rgb(162,132,91); }
div.DivClassName
{
background-color: #A2845B;
}
.BgClassName
{
background-color: #A2845B;
}
</style>
border-color css
<style>
span { border-color: #A2845B; }
span { border-color: rgb(162,132,91); }
td.TdClassName
{
border-color: #A2845B;
}
.TagClassName
{
border-color: #A2845B;
}
</style>