Shades of Muesli #A18559
Tints of Muesli #A18559
RGB
CMYK
RGB Variations
Color information
#A18559 (or 0xA18559) is known color: Muesli. HEX triplet: A1, 85 and 59. RGB value is (161,133,89). Sum of RGB (Red+Green+Blue) = 161+133+89=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A18559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18559 is #5E7AA6. Grayscale: #888888. Windows color (decimal): -6191783 or 5866913. OLE color: 5866913.
HSL color Cylindrical-coordinate representation of color #A18559: hue angle of 36.67º 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 #A18559 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 89 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.37 |
| HSL | 36.67º | 0.29% | 0.49% | - |
| HSV(B) | 36.67º | 0.45% | 0.63% | - |
| XYZ | 24.89 | 25.07 | 12.98 | - |
| YUV | 136.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 89 | 0 | 0.17 | 0.45 | 0.37 | 36.67 | 0.29 | 0.49 |
| Hex | A1 | 85 | 59 | 0 | 11 | 2D | 25 | 25 | 1D | 31 |
| Octal | 241 | 205 | 131 | 0 | 21 | 55 | 45 | 45 | 35 | 61 |
| Binary | 10100001 | 10000101 | 1011001 | 0 | 10001 | 101101 | 100101 | 100101 | 11101 | 110001 |
Color Harmonies of #A18559
Complementary color
Monochromatic Colors of #A18559
Black with #A18559
Text Example
Text Example
White with #A18559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18559; }
p { color: rgb(161,133,89); }
H1.HeaderClassName
{
color: #A18559;
}
.AnyTagClassName
{
color: #A18559;
}
</style>
background-color css
<style>
a { background-color: #A18559; }
a { background-color: rgb(161,133,89); }
div.DivClassName
{
background-color: #A18559;
}
.BgClassName
{
background-color: #A18559;
}
</style>
border-color css
<style>
span { border-color: #A18559; }
span { border-color: rgb(161,133,89); }
td.TdClassName
{
border-color: #A18559;
}
.TagClassName
{
border-color: #A18559;
}
</style>