Shades of Muesli #A17849
Tints of Muesli #A17849
RGB
CMYK
RGB Variations
Color information
#A17849 (or 0xA17849) is known color: Muesli. HEX triplet: A1, 78 and 49. RGB value is (161,120,73). Sum of RGB (Red+Green+Blue) = 161+120+73=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A17849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17849 is #5E87B6. Grayscale: #7F7F7F. Windows color (decimal): -6195127 or 4815009. OLE color: 4815009.
HSL color Cylindrical-coordinate representation of color #A17849: hue angle of 32.05º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A17849 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 73 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.37 |
| HSL | 32.05º | 0.38% | 0.46% | - |
| HSV(B) | 32.05º | 0.55% | 0.63% | - |
| XYZ | 22.62 | 21.49 | 9.26 | - |
| YUV | 126.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 73 | 0 | 0.25 | 0.55 | 0.37 | 32.05 | 0.38 | 0.46 |
| Hex | A1 | 78 | 49 | 0 | 19 | 37 | 25 | 20 | 26 | 2E |
| Octal | 241 | 170 | 111 | 0 | 31 | 67 | 45 | 40 | 46 | 56 |
| Binary | 10100001 | 1111000 | 1001001 | 0 | 11001 | 110111 | 100101 | 100000 | 100110 | 101110 |
Color Harmonies of #A17849
Complementary color
Monochromatic Colors of #A17849
Black with #A17849
Text Example
Text Example
White with #A17849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17849; }
p { color: rgb(161,120,73); }
H1.HeaderClassName
{
color: #A17849;
}
.AnyTagClassName
{
color: #A17849;
}
</style>
background-color css
<style>
a { background-color: #A17849; }
a { background-color: rgb(161,120,73); }
div.DivClassName
{
background-color: #A17849;
}
.BgClassName
{
background-color: #A17849;
}
</style>
border-color css
<style>
span { border-color: #A17849; }
span { border-color: rgb(161,120,73); }
td.TdClassName
{
border-color: #A17849;
}
.TagClassName
{
border-color: #A17849;
}
</style>