Shades of Muesli #A17946
Tints of Muesli #A17946
RGB
CMYK
RGB Variations
Color information
#A17946 (or 0xA17946) is known color: Muesli. HEX triplet: A1, 79 and 46. RGB value is (161,121,70). Sum of RGB (Red+Green+Blue) = 161+121+70=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A17946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17946 is #5E86B9. Grayscale: #7F7F7F. Windows color (decimal): -6194874 or 4618657. OLE color: 4618657.
HSL color Cylindrical-coordinate representation of color #A17946: hue angle of 33.63º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17946 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 70 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.37 |
| HSL | 33.63º | 0.39% | 0.45% | - |
| HSV(B) | 33.63º | 0.57% | 0.63% | - |
| XYZ | 22.64 | 21.69 | 8.79 | - |
| YUV | 127.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 70 | 0 | 0.25 | 0.57 | 0.37 | 33.63 | 0.39 | 0.45 |
| Hex | A1 | 79 | 46 | 0 | 19 | 39 | 25 | 22 | 27 | 2D |
| Octal | 241 | 171 | 106 | 0 | 31 | 71 | 45 | 42 | 47 | 55 |
| Binary | 10100001 | 1111001 | 1000110 | 0 | 11001 | 111001 | 100101 | 100010 | 100111 | 101101 |
Color Harmonies of #A17946
Complementary color
Monochromatic Colors of #A17946
Black with #A17946
Text Example
Text Example
White with #A17946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17946; }
p { color: rgb(161,121,70); }
H1.HeaderClassName
{
color: #A17946;
}
.AnyTagClassName
{
color: #A17946;
}
</style>
background-color css
<style>
a { background-color: #A17946; }
a { background-color: rgb(161,121,70); }
div.DivClassName
{
background-color: #A17946;
}
.BgClassName
{
background-color: #A17946;
}
</style>
border-color css
<style>
span { border-color: #A17946; }
span { border-color: rgb(161,121,70); }
td.TdClassName
{
border-color: #A17946;
}
.TagClassName
{
border-color: #A17946;
}
</style>