Shades of Muesli #A18259
Tints of Muesli #A18259
RGB
CMYK
RGB Variations
Color information
#A18259 (or 0xA18259) is known color: Muesli. HEX triplet: A1, 82 and 59. RGB value is (161,130,89). Sum of RGB (Red+Green+Blue) = 161+130+89=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18259 is #5E7DA6. Grayscale: #868686. Windows color (decimal): -6192551 or 5866145. OLE color: 5866145.
HSL color Cylindrical-coordinate representation of color #A18259: hue angle of 34.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18259 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 89 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.37 |
| HSL | 34.17º | 0.29% | 0.49% | - |
| HSV(B) | 34.17º | 0.45% | 0.63% | - |
| XYZ | 24.48 | 24.26 | 12.84 | - |
| YUV | 134.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 89 | 0 | 0.19 | 0.45 | 0.37 | 34.17 | 0.29 | 0.49 |
| Hex | A1 | 82 | 59 | 0 | 13 | 2D | 25 | 22 | 1D | 31 |
| Octal | 241 | 202 | 131 | 0 | 23 | 55 | 45 | 42 | 35 | 61 |
| Binary | 10100001 | 10000010 | 1011001 | 0 | 10011 | 101101 | 100101 | 100010 | 11101 | 110001 |
Color Harmonies of #A18259
Complementary color
Monochromatic Colors of #A18259
Black with #A18259
Text Example
Text Example
White with #A18259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18259; }
p { color: rgb(161,130,89); }
H1.HeaderClassName
{
color: #A18259;
}
.AnyTagClassName
{
color: #A18259;
}
</style>
background-color css
<style>
a { background-color: #A18259; }
a { background-color: rgb(161,130,89); }
div.DivClassName
{
background-color: #A18259;
}
.BgClassName
{
background-color: #A18259;
}
</style>
border-color css
<style>
span { border-color: #A18259; }
span { border-color: rgb(161,130,89); }
td.TdClassName
{
border-color: #A18259;
}
.TagClassName
{
border-color: #A18259;
}
</style>