Shades of Muesli #A1845A
Tints of Muesli #A1845A
RGB
CMYK
RGB Variations
Color information
#A1845A (or 0xA1845A) is known color: Muesli. HEX triplet: A1, 84 and 5A. RGB value is (161,132,90). Sum of RGB (Red+Green+Blue) = 161+132+90=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845A is #5E7BA5. Grayscale: #888888. Windows color (decimal): -6192038 or 5932193. OLE color: 5932193.
HSL color Cylindrical-coordinate representation of color #A1845A: hue angle of 35.49º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1845A is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 90 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.37 |
| HSL | 35.49º | 0.28% | 0.49% | - |
| HSV(B) | 35.49º | 0.44% | 0.63% | - |
| XYZ | 24.79 | 24.82 | 13.16 | - |
| YUV | 135.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 90 | 0 | 0.18 | 0.44 | 0.37 | 35.49 | 0.28 | 0.49 |
| Hex | A1 | 84 | 5A | 0 | 12 | 2C | 25 | 23 | 1C | 31 |
| Octal | 241 | 204 | 132 | 0 | 22 | 54 | 45 | 43 | 34 | 61 |
| Binary | 10100001 | 10000100 | 1011010 | 0 | 10010 | 101100 | 100101 | 100011 | 11100 | 110001 |
Color Harmonies of #A1845A
Complementary color
Monochromatic Colors of #A1845A
Black with #A1845A
Text Example
Text Example
White with #A1845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1845A; }
p { color: rgb(161,132,90); }
H1.HeaderClassName
{
color: #A1845A;
}
.AnyTagClassName
{
color: #A1845A;
}
</style>
background-color css
<style>
a { background-color: #A1845A; }
a { background-color: rgb(161,132,90); }
div.DivClassName
{
background-color: #A1845A;
}
.BgClassName
{
background-color: #A1845A;
}
</style>
border-color css
<style>
span { border-color: #A1845A; }
span { border-color: rgb(161,132,90); }
td.TdClassName
{
border-color: #A1845A;
}
.TagClassName
{
border-color: #A1845A;
}
</style>