Shades of Muesli #A1835B
Tints of Muesli #A1835B
RGB
CMYK
RGB Variations
Color information
#A1835B (or 0xA1835B) is known color: Muesli. HEX triplet: A1, 83 and 5B. RGB value is (161,131,91). Sum of RGB (Red+Green+Blue) = 161+131+91=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1835B is #5E7CA4. Grayscale: #878787. Windows color (decimal): -6192293 or 5997473. OLE color: 5997473.
HSL color Cylindrical-coordinate representation of color #A1835B: hue angle of 34.29º 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 #A1835B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 91 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.37 |
| HSL | 34.29º | 0.28% | 0.49% | - |
| HSV(B) | 34.29º | 0.43% | 0.63% | - |
| XYZ | 24.7 | 24.57 | 13.34 | - |
| YUV | 135.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 91 | 0 | 0.19 | 0.43 | 0.37 | 34.29 | 0.28 | 0.49 |
| Hex | A1 | 83 | 5B | 0 | 13 | 2B | 25 | 22 | 1C | 31 |
| Octal | 241 | 203 | 133 | 0 | 23 | 53 | 45 | 42 | 34 | 61 |
| Binary | 10100001 | 10000011 | 1011011 | 0 | 10011 | 101011 | 100101 | 100010 | 11100 | 110001 |
Color Harmonies of #A1835B
Complementary color
Monochromatic Colors of #A1835B
Black with #A1835B
Text Example
Text Example
White with #A1835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1835B; }
p { color: rgb(161,131,91); }
H1.HeaderClassName
{
color: #A1835B;
}
.AnyTagClassName
{
color: #A1835B;
}
</style>
background-color css
<style>
a { background-color: #A1835B; }
a { background-color: rgb(161,131,91); }
div.DivClassName
{
background-color: #A1835B;
}
.BgClassName
{
background-color: #A1835B;
}
</style>
border-color css
<style>
span { border-color: #A1835B; }
span { border-color: rgb(161,131,91); }
td.TdClassName
{
border-color: #A1835B;
}
.TagClassName
{
border-color: #A1835B;
}
</style>