Shades of Muesli #A18350
Tints of Muesli #A18350
RGB
CMYK
RGB Variations
Color information
#A18350 (or 0xA18350) is known color: Muesli. HEX triplet: A1, 83 and 50. RGB value is (161,131,80). Sum of RGB (Red+Green+Blue) = 161+131+80=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A18350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18350 is #5E7CAF. Grayscale: #868686. Windows color (decimal): -6192304 or 5276577. OLE color: 5276577.
HSL color Cylindrical-coordinate representation of color #A18350: hue angle of 37.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18350 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 80 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.37 |
| HSL | 37.78º | 0.34% | 0.47% | - |
| HSV(B) | 37.78º | 0.5% | 0.63% | - |
| XYZ | 24.26 | 24.39 | 11.02 | - |
| YUV | 134.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 80 | 0 | 0.19 | 0.50 | 0.37 | 37.78 | 0.34 | 0.47 |
| Hex | A1 | 83 | 50 | 0 | 13 | 32 | 25 | 26 | 22 | 2F |
| Octal | 241 | 203 | 120 | 0 | 23 | 62 | 45 | 46 | 42 | 57 |
| Binary | 10100001 | 10000011 | 1010000 | 0 | 10011 | 110010 | 100101 | 100110 | 100010 | 101111 |
Color Harmonies of #A18350
Complementary color
Monochromatic Colors of #A18350
Black with #A18350
Text Example
Text Example
White with #A18350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18350; }
p { color: rgb(161,131,80); }
H1.HeaderClassName
{
color: #A18350;
}
.AnyTagClassName
{
color: #A18350;
}
</style>
background-color css
<style>
a { background-color: #A18350; }
a { background-color: rgb(161,131,80); }
div.DivClassName
{
background-color: #A18350;
}
.BgClassName
{
background-color: #A18350;
}
</style>
border-color css
<style>
span { border-color: #A18350; }
span { border-color: rgb(161,131,80); }
td.TdClassName
{
border-color: #A18350;
}
.TagClassName
{
border-color: #A18350;
}
</style>