Shades of Muesli #A1835A
Tints of Muesli #A1835A
RGB
CMYK
RGB Variations
Color information
#A1835A (or 0xA1835A) is known color: Muesli. HEX triplet: A1, 83 and 5A. RGB value is (161,131,90). Sum of RGB (Red+Green+Blue) = 161+131+90=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1835A is #5E7CA5. Grayscale: #878787. Windows color (decimal): -6192294 or 5931937. OLE color: 5931937.
HSL color Cylindrical-coordinate representation of color #A1835A: hue angle of 34.65º 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 #A1835A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 90 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.37 |
| HSL | 34.65º | 0.28% | 0.49% | - |
| HSV(B) | 34.65º | 0.44% | 0.63% | - |
| XYZ | 24.66 | 24.55 | 13.11 | - |
| YUV | 135.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 90 | 0 | 0.19 | 0.44 | 0.37 | 34.65 | 0.28 | 0.49 |
| Hex | A1 | 83 | 5A | 0 | 13 | 2C | 25 | 23 | 1C | 31 |
| Octal | 241 | 203 | 132 | 0 | 23 | 54 | 45 | 43 | 34 | 61 |
| Binary | 10100001 | 10000011 | 1011010 | 0 | 10011 | 101100 | 100101 | 100011 | 11100 | 110001 |
Color Harmonies of #A1835A
Complementary color
Monochromatic Colors of #A1835A
Black with #A1835A
Text Example
Text Example
White with #A1835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1835A; }
p { color: rgb(161,131,90); }
H1.HeaderClassName
{
color: #A1835A;
}
.AnyTagClassName
{
color: #A1835A;
}
</style>
background-color css
<style>
a { background-color: #A1835A; }
a { background-color: rgb(161,131,90); }
div.DivClassName
{
background-color: #A1835A;
}
.BgClassName
{
background-color: #A1835A;
}
</style>
border-color css
<style>
span { border-color: #A1835A; }
span { border-color: rgb(161,131,90); }
td.TdClassName
{
border-color: #A1835A;
}
.TagClassName
{
border-color: #A1835A;
}
</style>