Shades of Muesli #A2855B
Tints of Muesli #A2855B
RGB
CMYK
RGB Variations
Color information
#A2855B (or 0xA2855B) is known color: Muesli. HEX triplet: A2, 85 and 5B. RGB value is (162,133,91). Sum of RGB (Red+Green+Blue) = 162+133+91=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2855B is #5D7AA4. Grayscale: #898989. Windows color (decimal): -6126245 or 5997986. OLE color: 5997986.
HSL color Cylindrical-coordinate representation of color #A2855B: hue angle of 35.49º 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 #A2855B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 91 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.36 |
| HSL | 35.49º | 0.28% | 0.5% | - |
| HSV(B) | 35.49º | 0.44% | 0.64% | - |
| XYZ | 25.18 | 25.21 | 13.44 | - |
| YUV | 136.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 91 | 0 | 0.18 | 0.44 | 0.36 | 35.49 | 0.28 | 0.5 |
| Hex | A2 | 85 | 5B | 0 | 12 | 2C | 24 | 23 | 1C | 32 |
| Octal | 242 | 205 | 133 | 0 | 22 | 54 | 44 | 43 | 34 | 62 |
| Binary | 10100010 | 10000101 | 1011011 | 0 | 10010 | 101100 | 100100 | 100011 | 11100 | 110010 |
Color Harmonies of #A2855B
Complementary color
Monochromatic Colors of #A2855B
Black with #A2855B
Text Example
Text Example
White with #A2855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2855B; }
p { color: rgb(162,133,91); }
H1.HeaderClassName
{
color: #A2855B;
}
.AnyTagClassName
{
color: #A2855B;
}
</style>
background-color css
<style>
a { background-color: #A2855B; }
a { background-color: rgb(162,133,91); }
div.DivClassName
{
background-color: #A2855B;
}
.BgClassName
{
background-color: #A2855B;
}
</style>
border-color css
<style>
span { border-color: #A2855B; }
span { border-color: rgb(162,133,91); }
td.TdClassName
{
border-color: #A2855B;
}
.TagClassName
{
border-color: #A2855B;
}
</style>